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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 73 pthread_mutex_lock(&thread_arg.terminate_thread_mutex);
74 thread_arg.terminate_thread = true;
75 pthread_cond_broadcast(&thread_arg.terminate_thread_cond);
76 pthread_mutex_unlock(&thread_arg.terminate_thread_mutex);
88 TidReporterArgument thread_arg; member in class:__sanitizer::ThreadListerTest
109 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
110 thread_arg.reported_tid = -1;
113 &thread_arg));
114 while (thread_arg.reported_tid == -1)
115 pthread_cond_wait(&thread_arg.tid_reported_cond
    [all...]
  /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]);
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)
sigalrm.c 46 void* thread_func(void* thread_arg)

Completed in 83 milliseconds