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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/helgrind/tests/
hg04_race.c 17 pthread_t a, b;
tc01_simple_race.c 21 pthread_t child;
tc02_simple_tls.c 21 pthread_t child;
  /external/valgrind/none/tests/
manythreads.c 15 pthread_t th;
pth_exit.c 12 pthread_t a;
sigsusp.c 17 pthread_t t1;
  /external/valgrind/none/tests/solaris/
threads_exitall.c 21 pthread_t thread;
  /external/webrtc/webrtc/base/
platform_thread_types.h 28 typedef pthread_t PlatformThreadRef;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
thread.h 52 pthread_t id;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_ni.h 41 pthread_t thread; /* NI thread */
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_ni.h 41 pthread_t thread; /* NI thread */
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_ni.h 41 pthread_t thread; /* NI thread */
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_ni.h 41 pthread_t thread; /* NI thread */
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_ni.h 41 pthread_t thread; /* NI thread */
  /libnativehelper/include/nativehelper/
AsynchronousCloseMonitor.h 56 pthread_t mThread;
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6997_linux.c 11 static pthread_t thread;
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6997_linux.c 11 static pthread_t thread;
  /external/libhevc/common/
ithread.c 56 return sizeof(pthread_t);
66 return pthread_create((pthread_t *)thread_handle, attribute, (void * (*)(void *))strt, argument);
71 pthread_t *pthread_handle = (pthread_t *)thread_handle;
155 pthread_t cur_thread = pthread_self();
  /external/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc 38 pthread_t *t = new pthread_t[n_threads];
  /external/compiler-rt/test/tsan/
pthread_key.cc 28 pthread_t th;
32 pthread_t th[2];
simple_stack.c 36 void StartThread(pthread_t *t, void *(*f)(void*)) {
42 pthread_t t[2];
static_init5.cc 19 pthread_t t;
34 pthread_t t[2];
static_init6.cc 19 pthread_t t;
34 pthread_t t[2];
  /external/curl/lib/
curl_threads.h 29 # define curl_thread_t pthread_t *
30 # define curl_thread_t_null (pthread_t *)0
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
test.c 55 pthread_t tu;
56 pthread_t tpr;

Completed in 226 milliseconds

1 2 3 45 6 7 8 91011>>