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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
pthread_self.cpp 31 pthread_t pthread_self() {
32 return reinterpret_cast<pthread_t>(__get_thread());
pthread_equal.cpp 31 int pthread_equal(pthread_t lhs, pthread_t rhs) {
pthread_getcpuclockid.cpp 33 int pthread_getcpuclockid(pthread_t t, clockid_t* clockid) {
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread_c.h 26 typedef pthread_t SYS_ThreadHandle;
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread_c.h 32 typedef pthread_t SYS_ThreadHandle;
  /bionic/libc/private/
bionic_pthread.h 37 extern pid_t __pthread_gettid(pthread_t thid);
38 extern int __pthread_settid(pthread_t thid, pid_t tid);
  /external/compiler-rt/lib/tsan/lit_tests/
thread_leak3.c 9 pthread_t t;
stack_race2.cc 13 pthread_t t;
21 pthread_t t;
tls_race2.cc 13 pthread_t t;
21 pthread_t t;
sleep_sync.cc 18 pthread_t t;
sleep_sync2.cc 13 pthread_t t;
stack_race.cc 12 pthread_t t;
thread_leak.c 10 pthread_t t;
thread_leak2.c 10 pthread_t t;
tiny_race.c 9 pthread_t t;
tls_race.cc 12 pthread_t t;
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/
types.pass.cpp 15 // typedef pthread_t native_handle_type;
24 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /external/valgrind/main/drd/tests/
pth_create_glibc_2_0.c 13 extern int pthread_create_glibc_2_0(pthread_t*, const pthread_attr_t*,
28 pthread_t thr;
  /frameworks/wilhelm/src/android/
CallbackProtector.h 67 pthread_t mCallbackThread;
69 pthread_t mRequesterThread;
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 43 pthread_t t1 = (pthread_t)arg;
55 pthread_t t1 = (pthread_t)arg;
65 pthread_t t1, t2, t3;
  /external/regex-re2/util/
thread.h 20 pthread_t pid_;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /external/compiler-rt/lib/asan/lit_tests/
deep_thread_stack.cc 33 pthread_t thread;
40 pthread_t runner;

Completed in 735 milliseconds

1 2 3 4 5 6 7 8 91011>>