/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 127 void *(*start_routine)(void *); member 140 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local 152 return start_routine(start_routine_arg); in thread_start() 173 void *(*start_routine)(void*), void *arg) { in INTERCEPTOR() 197 tinfo->start_routine = start_routine; in INTERCEPTOR()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 32 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/gemmlowp/profiling/ |
D | pthread_everywhere.h | 49 void *(*start_routine)(void *), void *arg) { in pthread_create() 50 *thread = new std::thread(start_routine, arg); in pthread_create()
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create() argument 15 thread->start_routine_ = start_routine; in Create()
|
D | msan_thread.h | 24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
|
/external/jemalloc/src/ |
D | mutex.c | 53 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/jemalloc_new/src/ |
D | mutex.c | 33 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *), in pthread_create() 35 return pthread_create_wrapper(thread, attr, start_routine, arg); in pthread_create()
|
D | background_thread.c | 47 void *(*start_routine)(void *), void *__restrict arg) { in pthread_create_wrapper() 50 return pthread_create_fptr(thread, attr, start_routine, arg); in pthread_create_wrapper() 355 const pthread_attr_t *attr, void *(*start_routine)(void *), void *arg) { 367 int create_err = pthread_create_wrapper(thread, attr, start_routine,
|
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 102 DWORD (__stdcall *start_routine)(void*), void* arg, in INTERCEPTOR_WINAPI() 113 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR_WINAPI()
|
D | asan_thread.cc | 83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create() argument 89 thread->start_routine_ = start_routine; in Create()
|
D | asan_thread.h | 60 static AsanThread *Create(thread_callback_t start_routine, void *arg,
|
D | asan_interceptors.cc | 240 void *attr, void *(*start_routine)(void*), void *arg) { in INTERCEPTOR() 266 AsanThread::Create(start_routine, arg, current_tid, &stack, detached); in INTERCEPTOR()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 356 void *start_routine; member 364 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0, in pthread_create_cb() 372 void *start_routine, void *arg, dfsan_label thread_label, in __dfsw_pthread_create() argument 378 pci->start_routine = start_routine; in __dfsw_pthread_create()
|
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 203 static void* start_routine(void* a) {return a;}], 208 pthread_create(&th,0,start_routine,0);
|
/external/mesa3d/m4/ |
D | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
/external/pcre/dist2/m4/ |
D | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
/external/virglrenderer/build-aux/ |
D | ax_pthread.m4 | 209 static void *start_routine(void *a) { return a; }], 211 pthread_create(&th, 0, start_routine, 0);
|
/external/adhd/cras/src/tests/ |
D | cras_client_unittest.cc | 347 void *(*start_routine)(void *), in pthread_create()
|
D | iodev_unittest.cc | 2182 void *(*start_routine)(void*), void *arg) { in pthread_create()
|
/external/autotest/client/tests/aiostress/ |
D | aio-stress.c | 1212 typedef void * (*start_routine)(void *); typedef 1220 ret = pthread_create(&t[i].tid, NULL, (start_routine)worker, t + i);
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 60 void *(*start_routine)(void *),
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aio-stress.c | 1236 typedef void *(*start_routine) (void *); typedef 1244 pthread_create(&t[i].tid, NULL, (start_routine) worker,
|
/external/ImageMagick/m4/ |
D | ax_pthread.m4 | 375 static void *start_routine(void *a) { return a; }], 377 pthread_create(&th, 0, start_routine, 0);
|
/external/harfbuzz_ng/m4/ |
D | ax_pthread.m4 | 375 static void *start_routine(void *a) { return a; }], 377 pthread_create(&th, 0, start_routine, 0);
|
/external/google-breakpad/ |
D | configure | 6281 static void* start_routine(void* a) {return a;} 6289 pthread_create(&th,0,start_routine,0);
|