Home
last modified time | relevance | path

Searched refs:thread_callback_t (Results 1 – 13 of 13) 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/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.h23 static MsanThread *Create(thread_callback_t start_routine, void *arg);
59 thread_callback_t start_routine_;
Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h62 static MemprofThread *Create(thread_callback_t start_routine, void *arg,
108 thread_callback_t start_routine_;
Dmemprof_thread.cpp74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h64 static AsanThread *Create(thread_callback_t start_routine, void *arg,
151 thread_callback_t start_routine_;
Dasan_thread.cpp77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, 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/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp207 thread_callback_t callback;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h271 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef