Searched
full:pthread_t (Results
251 -
275 of
1044) sorted by null
<<11121314151617181920>>
/external/valgrind/main/helgrind/tests/ |
tc03_re_excl.c | 25 pthread_t thread_id;
|
tc09_bad_unlock.c | 17 pthread_t child;
|
tc18_semabuse.c | 53 pthread_t t;
|
tc22_exit_w_lock.c | 37 pthread_t child1, child2;
|
/external/valgrind/main/none/tests/ |
pth_once.c | 57 pthread_t threads[NUM_THREADS];
|
res_search.c | 27 pthread_t pid;
|
/external/valgrind/main/none/tests/s390x/ |
ex_clone.c | 13 pthread_t thread;
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.h | 67 pthread_t _thread;
|
/frameworks/av/include/media/stagefright/ |
AACWriter.h | 57 pthread_t mThread;
|
AMRWriter.h | 55 pthread_t mThread;
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Thread_priv.h | 35 pthread_t threadID; /* thread identifier. */
|
/frameworks/av/media/libstagefright/tests/ |
DummyRecorder.h | 35 pthread_t mThread;
|
/libcore/luni/src/main/native/ |
AsynchronousSocketCloseMonitor.h | 52 pthread_t mThread;
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_guard.cpp | 31 static pthread_t sThreads[MAX_THREADS];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigthread.h | 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigthread.h | 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigthread.h | 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
|
/sdk/emulator/opengl/shared/OpenglOsUtils/ |
osThread.h | 51 pthread_t m_thread;
|
/system/core/include/sysutils/ |
SocketListener.h | 30 pthread_t mThread;
|
/system/extras/tests/bionic/libc/common/ |
test_clock.c | 36 pthread_t thread;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
thread | 27 typedef pthread_t native_handle_type; 193 // FIXME: pthread_t is a pointer on Darwin but a long on Linux. 196 pthread_t __id_; 230 __thread_id(pthread_t __id) : __id_(__id) {} 244 return hash<pthread_t>()(__v.__id_); 262 pthread_t __t_; 268 typedef pthread_t native_handle_type;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
testutil.cc | 182 pthread_t thr; 190 pthread_t* thr = new pthread_t[count]; 205 pthread_t* thr = new pthread_t[count];
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
testutil.cc | 182 pthread_t thr; 190 pthread_t* thr = new pthread_t[count]; 205 pthread_t* thr = new pthread_t[count];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pthread.h | 225 extern int pthread_create (pthread_t *__restrict __newthread, 242 extern int pthread_join (pthread_t __th, void **__thread_return); 247 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW; 255 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return, 263 extern int pthread_detach (pthread_t __th) __THROW; 267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__)); 270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW; 404 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) 413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
pthread.h | 225 extern int pthread_create (pthread_t *__restrict __newthread, 242 extern int pthread_join (pthread_t __th, void **__thread_return); 247 extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW; 255 extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return, 263 extern int pthread_detach (pthread_t __th) __THROW; 267 extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__)); 270 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW; 404 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) 413 extern int pthread_setschedparam (pthread_t __target_thread, int __policy [all...] |
Completed in 432 milliseconds
<<11121314151617181920>>