/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xthreads.h | 170 typedef pthread_t xthread_t; 175 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 226 typedef pthread_t xthread_t; 241 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \ 250 #define xthread_fork(func,closure) { pthread_t _tmpxthr; \
|
/external/valgrind/unittest/ |
deadlock_unittest.cc | 136 static map<pthread_t, int> m; 139 pthread_t self = pthread_self(); 142 map<pthread_t, int>::iterator it = m.find(self);
|
libstdc++_tests.cc | 87 pthread_t t[kNThreads]; 150 pthread_t t[kNThreads];
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
RenderingThread.h | 58 pthread_t m_thread;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
criticalsection.h | 110 TRACK_OWNER(pthread_t thread_);
|
thread.h | 182 pthread_t GetPThread() { 199 pthread_t thread_;
|
/external/libvpx/vp8/common/ |
threading.h | 28 #define pthread_t HANDLE macro
|
/external/libvpx/vp8/decoder/ |
onyxd_int.h | 113 pthread_t *h_decoding_thread;
|
/external/valgrind/main/drd/tests/ |
rwlock_test.c | 55 pthread_t* tid;
|
sem_open.c | 36 pthread_t threadid;
|
circular_buffer.c | 178 pthread_t producers[THREADS]; 179 pthread_t consumers[THREADS];
|
/external/valgrind/main/helgrind/tests/ |
bar_bad.c | 21 pthread_t thr1, thr2;
|
tc07_hbl1.c | 83 pthread_t child;
|
tc11_XCHG.c | 102 pthread_t child;
|
tc21_pthonce.c | 80 pthread_t threads[NUM_THREADS];
|
tc24_nonzero_sem.c | 25 pthread_t child[N_THREADS];
|
/external/valgrind/main/none/tests/ |
pth_atfork1.c | 77 pthread_t th;
|
/external/webkit/Source/JavaScriptCore/heap/ |
MachineStackMarker.cpp | 111 typedef pthread_t PlatformThread; 125 Thread(pthread_t pthread, const PlatformThread& platThread, void* base) 145 pthread_t posixThread; 225 pthread_t currentPosixThread = pthread_self();
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
thread_db.h | 70 typedef pthread_t thread_t;
|
/system/core/include/cutils/ |
logprint.h | 48 pthread_t tid;
|
/system/core/nexus/ |
WifiScanner.cpp | 31 extern "C" int pthread_cancel(pthread_t thread);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_once.c | 65 pthread_t threads[N_THREADS];
|
/external/v8/src/ |
platform-freebsd.cc | 65 static const pthread_t kNoThread = (pthread_t) 0; 396 pthread_t thread_; // Thread handle for pthread. 620 static pthread_t GetThreadID() { 621 pthread_t thread_id = pthread_self(); 630 pthread_t vm_tid() const { return vm_tid_; } 633 pthread_t vm_tid_; 778 void SendProfilingSignal(pthread_t tid) {
|
/external/valgrind/main/drd/ |
drd_pthread_intercepts.c | 228 static void DRD_(set_joinable)(const pthread_t tid, const int joinable) 372 int pthread_create_intercept(pthread_t* thread, const pthread_attr_t* attr, 447 (pthread_t *thread, const pthread_attr_t *attr, 452 int pthread_join_intercept(pthread_t pt_joinee, void **thread_return) 469 (pthread_t pt_joinee, void **thread_return), 473 int pthread_detach_intercept(pthread_t pt_thread) 489 (pthread_t thread), (thread)); 495 int pthread_cancel_intercept(pthread_t pt_thread) 510 (pthread_t thread), (thread)) [all...] |
/external/llvm/examples/ParallelJIT/ |
ParallelJIT.cpp | 258 pthread_t add1Thread; 265 pthread_t fibThread1; 272 pthread_t fibThread2;
|