Searched refs:pth (Results 1 - 9 of 9) sorted by relevance
/external/valgrind/none/tests/ |
H A D | thread-exits.c | 92 pthread_t pth; local 120 pthread_create(&pth, NULL, maker, NULL); 130 pthread_join(pth, NULL);
|
/external/lldb/tools/darwin-threads/ |
H A D | examine-threads.c | 255 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 D | ffsb.py | 12 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 D | hackbench.c | 263 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 D | xmppsocket.cc | 39 rtc::Thread* pth = rtc::Thread::Current(); local 44 pth->socketserver()->CreateAsyncSocket(family, SOCK_STREAM);
|
/external/libchrome/base/synchronization/ |
H A D | condition_variable_unittest.cc | 515 PlatformThreadHandle pth; local 516 EXPECT_TRUE(PlatformThread::Create(0, this, &pth)); 517 thread_handles_[i] = pth;
|
/external/bison/lib/glthread/ |
H A D | lock.h | 383 # include <pth.h>
|
/external/webrtc/webrtc/base/ |
H A D | thread_unittest.cc | 84 MessageClient(Thread* pth, Socket* socket) argument
|
/external/bison/ |
H A D | configure | 2458 --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