Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.h24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
54 thread_callback_t start_routine_;
H A Dmsan_thread.cc10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_thread.h65 static AsanThread *Create(thread_callback_t start_routine, void *arg,
150 thread_callback_t start_routine_;
H A Dasan_thread.cc78 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h276 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef