Home
last modified time | relevance | path

Searched defs:thread_arg (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ppapi/tests/
Dpp_thread.h44 void* thread_arg; member
74 void* thread_arg) { in PP_CreateThread()
100 void* thread_arg) { in PP_CreateThread()
/external/valgrind/main/drd/tests/
Dpth_cond_race.c59 static void* thread_func(void* thread_arg) in thread_func()
Dpth_cond_destroy_busy.c25 static void* thread_func(void* thread_arg) in thread_func()
Dfp_race.c91 static void* thread_func(void* thread_arg) in thread_func()
Dsem_as_mutex.c92 static void* thread_func(void* thread_arg) in thread_func()
Dsem_open.c106 static void* thread_func(void* thread_arg) in thread_func()
Dsigalrm.c46 void* thread_func(void* thread_arg) in thread_func()
Dpth_detached_sem.c45 int thread_arg[count1 > count2 ? count1 : count2]; in main() local
Dcircular_buffer.c186 int thread_arg[THREADS]; in main() local
/external/lldb/source/API/
DSBHostOS.cpp46 void *thread_arg, in ThreadCreate()
/external/lldb/source/Host/common/
DHost.cpp555 thread_arg_t thread_arg; member
571 thread_arg_t thread_arg = info->thread_arg; in ThreadCreateTrampoline() local
586 thread_arg_t thread_arg, in ThreadCreate()
/external/qemu/util/
Dqemu-thread-win32.c274 void *thread_arg = data->arg; in win32_start_routine() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc90 TidReporterArgument thread_arg; member in __sanitizer::ThreadListerTest