Searched
full:pthread_t (Results
451 -
475 of
1044) sorted by null
<<11121314151617181920>>
/external/v8/src/ |
platform-openbsd.cc | 65 static const pthread_t kNoThread = (pthread_t) 0; 524 pthread_t thread_; // Thread handle for pthread. 727 static pthread_t GetThreadID() { 785 pthread_t vm_tid() const { return vm_tid_; } 788 pthread_t vm_tid_; 902 void SendProfilingSignal(pthread_t tid) {
|
platform-solaris.cc | 85 static const pthread_t kNoThread = (pthread_t) 0; 467 pthread_t thread_; // Thread handle for pthread. 666 static pthread_t GetThreadID() { 707 pthread_t vm_tid() const { return vm_tid_; } 710 pthread_t vm_tid_; 824 void SendProfilingSignal(pthread_t tid) {
|
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 143 pthread_t th; 156 pthread_t th; 339 pthread_t t[kNumThreads]; 667 pthread_t t; 857 pthread_t t; 894 pthread_t t; 1046 pthread_t t[kNumThreads]; 1061 pthread_t t; 1156 pthread_t t; [all...] |
/external/valgrind/main/drd/ |
drd_pthread_intercepts.c | 309 static void DRD_(set_joinable)(const pthread_t tid, const int joinable) 444 int pthread_create_intercept(pthread_t* thread, const pthread_attr_t* attr, 490 (pthread_t *thread, const pthread_attr_t *attr, 495 int pthread_join_intercept(pthread_t pt_joinee, void **thread_return) 517 (pthread_t pt_joinee, void **thread_return), 521 int pthread_detach_intercept(pthread_t pt_thread) 534 (pthread_t thread), (thread)); 562 int pthread_cancel_intercept(pthread_t pt_thread) 576 (pthread_t thread), (thread)) [all...] |
/bionic/libc/bionic/ |
pthread_create.cpp | 162 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr, 252 // Publish the pthread_t and let the thread run. 253 *thread_out = (pthread_t) thread;
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_pth.h | 104 * pthread_t handle. (0 is usually an invalid pthread identifier 134 memset(&(t), 0, sizeof(pthread_t)) 136 (!memcmp(&(t), &pt_zero_tid, sizeof(pthread_t)))
|
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 259 pthread_t add1Thread; 266 pthread_t fibThread1; 273 pthread_t fibThread2;
|
/art/runtime/ |
thread_pool.h | 56 pthread_t pthread_;
|
/bionic/libc/include/sys/ |
types.h | 83 typedef .... pthread_t;
|
/bionic/tests/ |
stack_protector_test.cpp | 79 pthread_t t;
|
/dalvik/vm/jdwp/ |
JdwpPriv.h | 81 pthread_t debugThreadHandle;
|
/development/ndk/platforms/android-3/include/sys/ |
types.h | 85 typedef .... pthread_t;
|
/device/asus/grouper/liblights/ |
lights.c | 114 pthread_t lighting_poll_thread;
|
/external/bison/m4/ |
nocrash.m4 | 65 pthread_t thread;
|
/external/bluetooth/bluedroid/gki/ulinux/ |
gki_int.h | 74 pthread_t thread_id[GKI_MAX_TASKS];
|
/external/chromium/testing/gtest/m4/ |
acx_pthread.m4 | 180 [pthread_t th; pthread_join(th, 0); 284 [pthread_t th; pthread_join(th, 0); 304 [pthread_t th; pthread_join(th, 0); 323 [pthread_t th; pthread_join(th, 0);
|
/external/chromium_org/base/threading/ |
platform_thread.h | 37 typedef pthread_t Handle;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
global.c | 68 * Global lock for managing pthread_t struct reuse.
|
pthread_mutex_trylock.c | 103 pthread_t self;
|
pthread_mutex_unlock.c | 114 pthread_t self = pthread_self();
|
pthread_setcancelstate.c | 84 pthread_t self = pthread_self ();
|
pthread_setcanceltype.c | 84 pthread_t self = pthread_self ();
|
pthread_testcancel.c | 72 pthread_t self = pthread_self ();
|
/external/chromium_org/testing/gtest/m4/ |
acx_pthread.m4 | 180 [pthread_t th; pthread_join(th, 0); 284 [pthread_t th; pthread_join(th, 0); 304 [pthread_t th; pthread_join(th, 0); 323 [pthread_t th; pthread_join(th, 0);
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest2.c | 101 pthread_t aThread[5];
|
Completed in 1092 milliseconds
<<11121314151617181920>>