Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp117 void *(*start_routine)(void *); member
130 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.h67 void* (*start_routine)(void*); member
/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.cpp872 void *start_routine, void *arg, in dfsan_pthread_create()
896 pthread_t *thread, const pthread_attr_t *attr, void *start_routine, in __dfsw_pthread_create()
904 pthread_t *thread, const pthread_attr_t *attr, void *start_routine, in __dfso_pthread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp135 thread_callback_t start_routine; member
153 SIZE_T stack_size, LPTHREAD_START_ROUTINE start_routine, in INTERCEPTOR_WINAPI()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
/freebsd/lib/libthr/thread/
H A Dthr_private.h416 void *(*start_routine)(void *); member