Searched
full:pthread_t (Results
476 -
500 of
1044) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
thread_cache.h | 38 #include <pthread.h> // for pthread_t, pthread_key_t 76 void Init(pthread_t tid); 327 pthread_t tid_; // Which thread owns it 331 static ThreadCache* NewHeap(pthread_t tid);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.h | 124 typedef DWORD pthread_t; typedef 129 inline pthread_t pthread_self(void) { 134 inline bool pthread_equal(pthread_t left, pthread_t right) {
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
thread_cache.h | 38 #include <pthread.h> // for pthread_t, pthread_key_t 82 void Init(pthread_t tid); 304 pthread_t tid_; // Which thread owns it 308 static ThreadCache* NewHeap(pthread_t tid);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
port.h | 121 typedef DWORD pthread_t; typedef 126 inline pthread_t pthread_self(void) { 131 inline bool pthread_equal(pthread_t left, pthread_t right) {
|
/external/chromium_org/tools/cygprofile/ |
cygprofile.cc | 61 pthread_t tid; 64 pid_t pid, pthread_t tid, const void* this_fn) 141 pthread_t pthread_self_; 283 pthread_t tid;
|
/external/compiler-rt/lib/tsan/lit_tests/ |
unaligned_race.cc | 128 pthread_t th;
|
/external/mdnsresponder/mDNSShared/ |
dnsextd.h | 88 pthread_t tid; // Allow parallel list updates
|
/external/open-vcdiff/gflags/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/protobuf/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/protobuf/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/stlport/test/unit/ |
allocator_test.cpp | 157 pthread_t t[nth];
|
/external/valgrind/main/drd/tests/ |
annotate_barrier.c | 44 pthread_t tid;
|
annotate_rwlock.c | 144 pthread_t tid[thread_count];
|
pth_broadcast.c | 60 pthread_t m_thread;
|
/external/valgrind/main/gdbserver_tests/ |
t.c | 106 pthread_t ebbr, egll, zzzz;
|
/external/valgrind/main/helgrind/tests/ |
annotate_rwlock.c | 158 pthread_t tid[thread_count];
|
tc08_hbl2.c | 138 pthread_t child;
|
tc11_XCHG.c | 134 pthread_t child;
|
tc23_bogus_condwait.c | 49 pthread_t my_rescuer, grabber;
|
/external/valgrind/main/memcheck/tests/ |
err_disable4.c | 65 pthread_t child[NTHREADS];
|
/frameworks/av/media/libstagefright/include/ |
TimedEventQueue.h | 130 pthread_t mThread;
|
/frameworks/wilhelm/src/ |
itfstruct.h | 40 // Only keep the pthread_t, not the kernel tid, because pthread_self() is very fast 43 // the kernel tid from the pthread_t. 44 pthread_t mOwner; 557 pthread_t mOwner;
|
/hardware/qcom/audio/hal/ |
audio_hw.h | 122 pthread_t offload_thread;
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 137 pthread_t vsync_thread;
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_vsync.cpp | 137 pthread_t vsync_thread;
|
Completed in 436 milliseconds
<<11121314151617181920>>