Searched refs:thread_callback_t (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 27 static DFsanThread *Create(thread_callback_t start_routine, void *arg, 61 thread_callback_t start_routine_;
|
| H A D | dfsan_thread.cpp | 10 DFsanThread *DFsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
| H A D | dfsan_custom.cpp | 769 DFsanThread::Create((thread_callback_t)start_routine, arg, track_origins); in dfsan_pthread_create()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 23 static MsanThread *Create(thread_callback_t start_routine, void *arg); 60 thread_callback_t start_routine_;
|
| H A D | msan_thread.cpp | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 59 static MemprofThread *Create(thread_callback_t start_routine, void *arg, 105 thread_callback_t start_routine_;
|
| H A D | memprof_thread.cpp | 74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 61 static AsanThread *Create(thread_callback_t start_routine, void *arg, 150 thread_callback_t start_routine_;
|
| H A D | asan_thread.cpp | 77 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 29 thread_callback_t callback;
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 288 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|