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

1 2 34 5 6 7 8 91011>>

  /bionic/libc/bionic/
pthread_kill.cpp 37 int pthread_kill(pthread_t t, int sig) {
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThread.h 51 pthread_t m_thread;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 47 pthread_t thread_id;
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 93 pthread_t *t = new pthread_t[n_threads];
95 pthread_t *g_t = new pthread_t[n_garbage_threads];
  /external/compiler-rt/lib/tsan/lit_tests/
atomic_stack.cc 19 pthread_t t[2];
blacklist.cc 22 pthread_t t[2];
fd_location.cc 22 pthread_t t[2];
fd_pipe_race.cc 22 pthread_t t[2];
race_on_barrier.c 23 pthread_t t;
race_on_barrier2.c 24 pthread_t t;
static_init1.cc 19 pthread_t t[2];
suppress_same_stacks.cc 18 pthread_t t;
write_in_reader_lock.cc 21 pthread_t t;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDLOSXCAGuard.h 109 pthread_t mOwner;
  /external/skia/src/utils/
SkThreadUtils_pthread.h 32 pthread_t fPThread;
  /external/valgrind/main/drd/tests/
pth_barrier_race.c 30 pthread_t tid;
  /external/valgrind/main/helgrind/tests/
hg01_all_ok.c 20 pthread_t a, b;
hg05_race2.c 25 pthread_t a, b;
hg06_readshared.c 20 pthread_t a, b;
tc03_re_excl.c 25 pthread_t thread_id;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Thread_priv.h 35 pthread_t threadID; /* thread identifier. */
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.h 35 pthread_t mThread;
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThread.h 51 pthread_t m_thread;
  /system/extras/tests/bionic/libc/common/
test_clock.c 36 pthread_t thread;
  /development/ndk/platforms/android-3/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 477 milliseconds

1 2 34 5 6 7 8 91011>>