HomeSort by relevance Sort by last modified time
    Searched refs:pthread_t (Results 176 - 200 of 371) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/drd/tests/
pth_barrier.c 25 pthread_t tid;
rwlock_test.c 55 pthread_t* tid;
  /external/valgrind/main/helgrind/tests/
tc08_hbl2.c 118 pthread_t child;
tc11_XCHG.c 102 pthread_t child;
tc24_nonzero_sem.c 25 pthread_t child[N_THREADS];
  /external/valgrind/main/none/tests/
tls.c 90 pthread_t threads[NTESTS*2];
  /ndk/sources/android/libthread_db/gdb-6.6/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
pthreadtypes.h 50 typedef unsigned long int pthread_t; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
thread_db.h 65 typedef pthread_t thread_t;
  /dalvik/vm/
Thread.h 162 pthread_t handle;
492 bool dvmCreateInternalThread(pthread_t* pHandle, const char* name,
518 Thread* dvmGetThreadByHandle(pthread_t handle);
Globals.h 692 pthread_t signalCatcherHandle;
700 pthread_t stdioConverterHandle;
810 pthread_t compilerHandle;
  /external/llvm/examples/ParallelJIT/
ParallelJIT.cpp 258 pthread_t add1Thread;
265 pthread_t fibThread1;
272 pthread_t fibThread2;
  /bionic/libc/bionic/
pthread.c 299 int pthread_create(pthread_t *thread_out, pthread_attr_t const * attr,
385 *thread_out = (pthread_t)thread;
517 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr)
623 int pthread_join(pthread_t thid, void ** ret_val)
671 int pthread_detach( pthread_t thid )
702 pthread_t pthread_self(void)
704 return (pthread_t)__get_thread();
707 int pthread_equal(pthread_t one, pthread_t two)
712 int pthread_getschedparam(pthread_t thid, int * policy
    [all...]
  /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/v8/src/
platform-solaris.cc 83 static const pthread_t kNoThread = (pthread_t) 0;
381 pthread_t thread_; // Thread handle for pthread.
593 static pthread_t vm_tid_ = 0;
596 static pthread_t GetThreadID() {
683 pthread_t signal_sender_thread_;
  /bionic/libthread_db/include/
thread_db.h 65 typedef pthread_t thread_t;
  /development/ndk/platforms/android-9/include/
thread_db.h 67 typedef pthread_t thread_t;

Completed in 598 milliseconds

1 2 3 4 5 6 78 91011>>