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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
qt4_atomic.cpp 38 std::vector<pthread_t> tid(n_threads);
read_after_free.c 23 pthread_t tid;
sem_as_mutex.c 36 pthread_t threadid;
thread_name.c 46 pthread_t tid[NUM_THREADS];
pth_detached.c 69 pthread_t thread;
78 pthread_t thread;
monitor_example.cpp 150 pthread_t m_owner;
222 pthread_t tid;
  /external/valgrind/main/helgrind/tests/
bar_trivial.c 38 pthread_t thr[NTHR];
tc14_laog_dinphils.c 9 static pthread_t phil[5];
tc21_pthonce.c 80 pthread_t threads[NUM_THREADS];
  /external/valgrind/main/none/tests/
pth_cancel1.c 40 pthread_t tid;
pth_once.c 57 pthread_t threads[NUM_THREADS];
threaded-fork.c 19 pthread_t childthread;
threadederrno.c 26 pthread_t tid2, tid3;
thread-exits.c 66 pthread_t t;
92 pthread_t pth;
  /frameworks/base/include/media/stagefright/
AACWriter.h 57 pthread_t mThread;
AMRWriter.h 55 pthread_t mThread;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
omx_rpc_internal.h 179 pthread_t cbThread;
  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 31 static pthread_t sThreads[MAX_THREADS];
  /system/extras/tests/bionic/libc/common/
test_pthread_once.c 65 pthread_t threads[N_THREADS];
  /external/bluetooth/glib/gthread/
gthread-posix.c 145 pthread_getprio (*(pthread_t*)thread,
385 posix_check_cmd (pthread_join (*(pthread_t*)thread, &ignore));
404 posix_check_cmd (pthread_getschedparam (*(pthread_t*)thread, &policy,
407 posix_check_cmd_prio (pthread_setschedparam (*(pthread_t*)thread, policy,
411 posix_check_cmd_prio (pthread_setprio (*(pthread_t*)thread,
420 *(pthread_t*)thread = pthread_self();
426 return (pthread_equal (*(pthread_t*)thread1, *(pthread_t*)thread2) != 0);
  /external/valgrind/unittest/
libstdc++_tests.cc 87 pthread_t t[kNThreads];
150 pthread_t t[kNThreads];
  /system/bluetooth/tools/
socktest.c 434 pthread_t thread;
459 pthread_t thread;
487 pthread_t thread;
512 pthread_t thread;
542 pthread_t thread;
570 pthread_t thread;
596 pthread_t t[MAX_T];
619 pthread_t t[MAX_T];
640 pthread_t t[MAX_T];
661 pthread_t t[MAX_T]
    [all...]
asocket_test.c 420 pthread_t thread;
445 pthread_t thread;
473 pthread_t thread;
498 pthread_t thread;
524 pthread_t t[MAX_T];
547 pthread_t t[MAX_T];
568 pthread_t t[MAX_T];
589 pthread_t t[MAX_T];
611 pthread_t t1;
612 pthread_t t2
    [all...]
  /dalvik/vm/
Misc.h 256 u8 dvmGetOtherThreadCpuTimeNsec(pthread_t thread);
257 INLINE u8 dvmGetOtherThreadCpuTimeUsec(pthread_t thread) {
  /external/chromium/third_party/libjingle/source/talk/base/
thread.h 182 pthread_t GetPThread() {
199 pthread_t thread_;

Completed in 707 milliseconds

1 2 3 45 6 7 8 91011>>