Home
last modified time | relevance | path

Searched refs:thread_callback_t (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.h27 static DFsanThread *Create(thread_callback_t start_routine, void *arg,
61 thread_callback_t start_routine_;
H A Ddfsan_thread.cpp10 DFsanThread *DFsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
H A Ddfsan_custom.cpp885 DFsanThread::Create((thread_callback_t)start_routine, arg, track_origins); in dfsan_pthread_create()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h23 static MsanThread *Create(thread_callback_t start_routine, void *arg);
60 thread_callback_t start_routine_;
H A Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h59 static MemprofThread *Create(thread_callback_t start_routine, void *arg,
105 thread_callback_t start_routine_;
H A Dmemprof_thread.cpp74 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;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h302 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef