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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread_c.h 26 typedef pthread_t SYS_ThreadHandle;
  /external/qemu/distrib/sdl-1.2.12/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);
  /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;
rwlock_race.c 37 pthread_t thread1;
38 pthread_t thread2;
linuxthreads_det.c 29 pthread_t threadid;
  /system/media/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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigthread.h 36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
  /external/qemu/audio/
audio_pt_int.h 8 pthread_t thread;
  /external/valgrind/main/helgrind/tests/
hg04_race.c 17 pthread_t a, b;
tc01_simple_race.c 20 pthread_t child;
tc02_simple_tls.c 21 pthread_t child;
  /external/valgrind/main/none/tests/
manythreads.c 15 pthread_t th;
pth_exit.c 12 pthread_t a;
pth_blockedsig.c 11 static pthread_t main_thread;
35 pthread_t child;
  /libcore/luni/src/main/native/
AsynchronousSocketCloseMonitor.h 52 pthread_t mThread;
  /system/core/nexus/
WifiScanner.h 25 pthread_t mThread;
WifiStatusPoller.h 25 pthread_t mThread;
  /system/extras/tests/bionic/libc/bionic/
test_pthread_create.c 22 pthread_t t1, t2;
  /bionic/libc/include/
pthread.h 81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy
    [all...]
  /development/ndk/platforms/android-9/include/
pthread.h 81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h 81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h 81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h 81 typedef long pthread_t; typedef
137 int pthread_getattr_np(pthread_t thid, pthread_attr_t * attr);
139 int pthread_create(pthread_t *thread, pthread_attr_t const * attr,
142 int pthread_join(pthread_t thid, void ** ret_val);
143 int pthread_detach(pthread_t thid);
145 pthread_t pthread_self(void);
146 int pthread_equal(pthread_t one, pthread_t two);
148 int pthread_getschedparam(pthread_t thid, int * policy,
150 int pthread_setschedparam(pthread_t thid, int poilcy
    [all...]

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>