HomeSort by relevance Sort by last modified time
    Searched full:thread_arg (Results 1 - 11 of 11) sorted by null

  /external/valgrind/main/drd/tests/
pth_detached_sem.c 45 int thread_arg[count1 > count2 ? count1 : count2]; local
51 thread_arg[i] = i;
65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]);
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
pth_cond_race.c 13 static void* thread_func(void* thread_arg);
59 static void* thread_func(void* thread_arg)
circular_buffer.c 186 int thread_arg[THREADS]; local
209 thread_arg[i] = i;
211 (void * (*)(void *)) producer, &thread_arg[i]);
216 (void * (*)(void *)) consumer, &thread_arg[i]);
sigalrm.c 46 void* thread_func(void* thread_arg)
fp_race.c 91 static void* thread_func(void* thread_arg)
sem_as_mutex.c 92 static void* thread_func(void* thread_arg)
sem_open.c 106 static void* thread_func(void* thread_arg)
  /external/chromium_org/ppapi/tests/
pp_thread.h 46 void* thread_arg);
70 void* thread_arg) {
74 arg_wrapper->user_data = thread_arg;
91 void* thread_arg) {
96 thread_arg);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 75 pthread_mutex_lock(&thread_arg.terminate_thread_mutex);
76 thread_arg.terminate_thread = true;
77 pthread_cond_broadcast(&thread_arg.terminate_thread_cond);
78 pthread_mutex_unlock(&thread_arg.terminate_thread_mutex);
90 TidReporterArgument thread_arg; member in class:__sanitizer::ThreadListerTest
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
112 thread_arg.reported_tid = -1;
115 &thread_arg));
116 while (thread_arg.reported_tid == -1)
117 pthread_cond_wait(&thread_arg.tid_reported_cond
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/crash/
ppapi_crash_ppapi_off_main_thread.cc 18 void* CrashOffMainThreadFunction(void* thread_arg) {
ppapi_crash_off_main_thread.cc 16 void* CrashOffMainThreadFunction(void* thread_arg) {

Completed in 255 milliseconds