Home
last modified time | relevance | path

Searched defs:start_routine (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.c38 void* (*start_routine)(void*); member
47 void* (*start_routine)(void*); in worker() local
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp142 void *(*start_routine)(void *); member
155 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp10 DFsanThread *DFsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
H A Ddfsan_custom.cpp874 void *start_routine, void *arg, in dfsan_pthread_create()
898 pthread_t *thread, const pthread_attr_t *attr, void *start_routine, in __dfsw_pthread_create()
906 pthread_t *thread, const pthread_attr_t *attr, void *start_routine, in __dfso_pthread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_thread.cpp20 NsanThread *NsanThread::Create(thread_callback_t start_routine, void *arg) { in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp71 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp135 thread_callback_t start_routine; member
152 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
/freebsd/lib/libthr/thread/
H A Dthr_private.h417 void *(*start_routine)(void *); member