Searched refs:thread_callback_t (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_thread.h | 28 thread_callback_t start_routine, void *arg, 62 thread_callback_t start_routine_;
|
| H A D | dfsan_thread.cpp | 11 thread_callback_t start_routine, void *arg, in Create()
|
| H A D | dfsan_custom.cpp | 777 (thread_callback_t)start_routine, arg, track_origins); in dfsan_pthread_create()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_thread.h | 23 static MsanThread *Create(thread_callback_t start_routine, void *arg); 59 thread_callback_t start_routine_;
|
| H A D | msan_thread.cpp | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 29 thread_callback_t callback;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_internal_defs.h | 271 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|