Searched refs:thread_callback_t (Results 1 – 13 of 13) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 24 static MsanThread *Create(thread_callback_t start_routine, void *arg); 54 thread_callback_t start_routine_;
|
D | msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.h | 23 static MsanThread *Create(thread_callback_t start_routine, void *arg); 59 thread_callback_t start_routine_;
|
D | msan_thread.cpp | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.h | 62 static MemprofThread *Create(thread_callback_t start_routine, void *arg, 108 thread_callback_t start_routine_;
|
D | memprof_thread.cpp | 74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.h | 64 static AsanThread *Create(thread_callback_t start_routine, void *arg, 151 thread_callback_t start_routine_;
|
D | asan_thread.cpp | 77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.h | 60 static AsanThread *Create(thread_callback_t start_routine, void *arg, 141 thread_callback_t start_routine_;
|
D | asan_thread.cc | 83 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_interceptors.cpp | 207 thread_callback_t callback;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 194 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 271 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|