Searched refs:thread_callback_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/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 | 885 DFsanThread::Create((thread_callback_t)start_routine, arg, track_origins); in dfsan_pthread_create()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win.cpp | 135 thread_callback_t start_routine;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 302 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|