Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/safestack/
Dsafestack.cc127 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/
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/gemmlowp/profiling/
Dpthread_everywhere.h49 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/
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/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/jemalloc_new/src/
Dmutex.c33 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()
Dbackground_thread.c47 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/
Dasan_win.cc102 DWORD (__stdcall *start_routine)(void*), void* arg, in INTERCEPTOR_WINAPI()
113 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.h60 static AsanThread *Create(thread_callback_t start_routine, void *arg,
Dasan_interceptors.cc240 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/
Ddfsan_custom.cc356 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/
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/dist2/m4/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/external/virglrenderer/build-aux/
Dax_pthread.m4209 static void *start_routine(void *a) { return a; }],
211 pthread_create(&th, 0, start_routine, 0);
/external/adhd/cras/src/tests/
Dcras_client_unittest.cc347 void *(*start_routine)(void *), in pthread_create()
Diodev_unittest.cc2182 void *(*start_routine)(void*), void *arg) { in pthread_create()
/external/autotest/client/tests/aiostress/
Daio-stress.c1212 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/
Dtsan_test_util_posix.cc60 void *(*start_routine)(void *),
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daio-stress.c1236 typedef void *(*start_routine) (void *); typedef
1244 pthread_create(&t[i].tid, NULL, (start_routine) worker,
/external/ImageMagick/m4/
Dax_pthread.m4375 static void *start_routine(void *a) { return a; }],
377 pthread_create(&th, 0, start_routine, 0);
/external/harfbuzz_ng/m4/
Dax_pthread.m4375 static void *start_routine(void *a) { return a; }],
377 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);

12