HomeSort by relevance Sort by last modified time
    Searched refs:pthread_t (Results 326 - 350 of 669) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
types.h 85 typedef .... pthread_t;
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 76 pthread_t t[2];
test_pthread_cond.c 69 pthread_t t[4];
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 88 pthread_t t;
test_sem_post.c 59 pthread_t t[MAX_THREADS];
test_semaphore.c 113 pthread_t t[3];
  /bionic/libc/bionic/
pthread_create.cpp 143 int pthread_create(pthread_t* thread_out, pthread_attr_t const* attr,
229 // Publish the pthread_t and let the thread run.
230 *thread_out = (pthread_t) thread;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 73 pthread_t thread_id;
99 pthread_t thread_ids[kThreadCount];
  /external/valgrind/main/drd/tests/
circular_buffer.c 184 pthread_t producers[THREADS];
185 pthread_t consumers[THREADS];
pth_barrier.c 28 pthread_t tid;
rwlock_test.c 55 pthread_t* tid;
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 57 static pthread_t mainThreadPthread;
  /ndk/sources/cxx-stl/llvm-libc++/src/
mutex.cpp 163 pthread_t id = pthread_self();
181 pthread_t id = pthread_self();
  /bionic/tests/
stack_protector_test.cpp 79 pthread_t t;
  /development/ndk/platforms/android-3/include/
thread_db.h 65 typedef pthread_t thread_t;
  /external/llvm/lib/Support/
Threading.cpp 83 pthread_t Thread;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 88 pthread_t tid; // Allow parallel list updates
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked2.c 53 pthread_t child1, child2;
tc07_hbl1.c 106 pthread_t child;
tc08_hbl2.c 138 pthread_t child;

Completed in 264 milliseconds

<<11121314151617181920>>