Searched refs:pth (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/none/tests/
H A Dthread-exits.c92 pthread_t pth; local
120 pthread_create(&pth, NULL, maker, NULL);
130 pthread_join(pth, NULL);
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c255 get_proc_threadinfo (pid_t pid, uint64_t thread_handle, struct proc_threadinfo *pth) argument
257 pth->pth_name[0] = '\0';
259 pth, sizeof (struct proc_threadinfo));
430 struct proc_threadinfo pth; local
431 int proc_threadinfo_succeeded = get_proc_threadinfo (pid, identifier_info.thread_handle, &pth);
433 if (proc_threadinfo_succeeded && pth.pth_name[0] != '\0')
434 printf (" thread name '%s' ", pth.pth_name);
459 printf (", current pri %d, max pri %d", pth.pth_curpri, pth.pth_maxpriority);
/external/autotest/client/tests/ffsb/
H A Dffsb.py12 pth = os.path.abspath(path)
13 while not os.path.ismount(pth):
14 pth = os.path.dirname(pth)
15 return pth
/external/autotest/client/tests/hackbench/src/
H A Dhackbench.c263 static unsigned int group(pthread_t *pth, argument
289 pth[i] = create_worker(ctx, (void *)(void *)receiver);
302 pth[num_fds+i] = create_worker(snd_ctx, (void *)(void *)sender);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppsocket.cc39 rtc::Thread* pth = rtc::Thread::Current(); local
44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
/external/libchrome/base/synchronization/
H A Dcondition_variable_unittest.cc515 PlatformThreadHandle pth; local
516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth));
517 thread_handles_[i] = pth;
/external/bison/lib/glthread/
H A Dlock.h383 # include <pth.h>
/external/webrtc/webrtc/base/
H A Dthread_unittest.cc84 MessageClient(Thread* pth, Socket* socket) argument
/external/bison/
H A Dconfigure2458 --enable-threads={posix|solaris|pth|windows}
16676 if test "$gl_use_threads" = pth; then
16749 names_next_round='pth '
16957 if test "$name" = 'pth'; then
16964 if test "$name" = 'pth'; then
17197 #include <pth.h>
17213 gl_threads_api=pth

Completed in 330 milliseconds