Searched refs:start_routine (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, argument
15 thread->start_routine_ = start_routine;
H A Dmsan_thread.h23 static MsanThread *Create(thread_callback_t start_routine, void *arg);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp117 void *(*start_routine)(void *); member in struct:__anon1001::tinfo
130 void *(*start_routine)(void *) = tinfo->start_routine;
140 return start_routine(start_routine_arg);
210 void *(*start_routine)(void*), void *arg) {
235 tinfo->start_routine = start_routine;
208 INTERCEPTOR(int, pthread_create, pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg) argument
/freebsd-11-stable/contrib/jemalloc/src/
H A Dmutex.c53 const pthread_attr_t *__restrict attr, void *(*start_routine)(void *),
60 return (pthread_create_fptr(thread, attr, start_routine, arg));
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_create.c54 const pthread_attr_t * __restrict attr, void *(*start_routine) (void *),
118 new_thread->start_routine = start_routine;
290 _pthread_exit(curthread->start_routine(curthread->arg));
H A Dthr_private.h416 void *(*start_routine)(void *); member in struct:pthread
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp79 void *(*start_routine)(void *), void *arg);
/freebsd-11-stable/contrib/gcc/
H A Dgthr-posix.c72 void *(*start_routine) (void *) ATTRIBUTE_UNUSED,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp141 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine,
152 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
140 INTERCEPTOR_WINAPI(HANDLE, CreateThread, LPSECURITY_ATTRIBUTES security, SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, void *arg, DWORD thr_flags, DWORD *tid) argument
H A Dasan_thread.h64 static AsanThread *Create(thread_callback_t start_routine, void *arg,
H A Dasan_thread.cpp77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, argument
83 thread->start_routine_ = start_routine;
277 /* start_routine */ nullptr, /* arg */ nullptr, /* parent_tid */ 0,
H A Dasan_interceptors.cpp209 void *attr, void *(*start_routine)(void*), void *arg) {
235 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
208 INTERCEPTOR(int, pthread_create, void *thread, void *attr, void *(*start_routine)(void*), void *arg) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp355 void *start_routine; member in struct:pthread_create_info
363 return pci.start_routine_trampoline(pci.start_routine, pci.arg, 0,
371 void *start_routine, void *arg, dfsan_label thread_label,
377 pci->start_routine = start_routine;
367 __dfsw_pthread_create( pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine_trampoline)(void *, void *, dfsan_label, dfsan_label *), void *start_routine, void *arg, dfsan_label thread_label, dfsan_label attr_label, dfsan_label start_routine_label, dfsan_label arg_label, dfsan_label *ret_label) argument
/freebsd-11-stable/contrib/unbound/
H A Dconfigure16778 static void *start_routine(void *a) { return a; }
16783 pthread_create(&th, 0, start_routine, 0);

Completed in 230 milliseconds