HomeSort by relevance Sort by last modified time
    Searched defs:thread_arg (Results 1 - 6 of 6) 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]);
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]);
  /external/chromium_org/ppapi/tests/
pp_thread.h 44 void* thread_arg; member in struct:PP_Thread
50 void* thread_arg);
74 void* thread_arg) {
78 arg_wrapper->user_data = thread_arg;
94 thread->thread_func(thread->thread_arg);
100 void* thread_arg) {
104 thread->thread_arg = 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/qemu/util/
qemu-thread-win32.c 274 void *thread_arg = data->arg; local
281 qemu_thread_exit(start_routine(thread_arg));
  /external/lldb/source/Host/common/
Host.cpp 555 thread_arg_t thread_arg; member in struct:HostThreadCreateInfo
560 thread_arg (arg)
571 thread_arg_t thread_arg = info->thread_arg; local
578 return thread_fptr (thread_arg);
586 thread_arg_t thread_arg,
593 HostThreadCreateInfo *info_ptr = new HostThreadCreateInfo (thread_name, thread_fptr, thread_arg);
    [all...]

Completed in 109 milliseconds