Home
last modified time | relevance | path

Searched refs:start_routine (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h32 void *(*start_routine)(void *); member
39 void *ret = (start_data->start_routine)(start_data->arg); in PthreadHelperThreadProc()
45 void *(*start_routine)(void *), void *arg) { in PTHREAD_CREATE()
48 data->start_routine = start_routine; in PTHREAD_CREATE()
/external/jemalloc/src/
Dmutex.c53 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create()
60 return (pthread_create_fptr(thread, attr, start_routine, arg)); in pthread_create()
/external/compiler-rt/lib/msan/
Dmsan_thread.cc10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create() argument
15 thread->start_routine_ = start_routine; in Create()
Dmsan_thread.h24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
/external/compiler-rt/lib/asan/
Dasan_win.cc88 DWORD (__stdcall *start_routine)(void*), void* arg, in INTERCEPTOR_WINAPI()
99 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR_WINAPI()
Dasan_thread.cc83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create() argument
89 thread->start_routine_ = start_routine; in Create()
Dasan_thread.h58 static AsanThread *Create(thread_callback_t start_routine, void *arg,
Dasan_interceptors.cc220 void *attr, void *(*start_routine)(void*), void *arg) { in INTERCEPTOR()
236 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR()
/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc327 void *start_routine; member
335 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0, in pthread_create_cb()
343 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create() argument
349 pci->start_routine = start_routine; in __dfsw_pthread_create()
/external/google-breakpad/m4/
Dax_pthread.m4203 static void* start_routine(void* a) {return a;}],
208 pthread_create(&th,0,start_routine,0);
/external/mesa3d/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/external/pcre/dist/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/external/harfbuzz_ng/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/external/google-breakpad/
Dconfigure6281 static void* start_routine(void* a) {return a;}
6289 pthread_create(&th,0,start_routine,0);
/external/pcre/dist/
Dconfigure18679 static void *start_routine(void *a) { return a; }
18684 pthread_create(&th, 0, start_routine, 0);