Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_thread.h24 static MsanThread *Create(thread_callback_t start_routine, void *arg);
54 thread_callback_t start_routine_;
Dmsan_thread.cc10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/external/compiler-rt/lib/asan/
Dasan_thread.h60 static AsanThread *Create(thread_callback_t start_routine, void *arg,
141 thread_callback_t start_routine_;
Dasan_thread.cc83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef