Searched refs:thread_callback_t (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_thread.h | 24 static MsanThread *Create(thread_callback_t start_routine, void *arg); 54 thread_callback_t start_routine_;
|
H A D | msan_thread.cc | 10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.h | 63 static AsanThread *Create(thread_callback_t start_routine, void *arg, 148 thread_callback_t start_routine_;
|
H A D | asan_thread.cc | 80 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.h | 65 static AsanThread *Create(thread_callback_t start_routine, void *arg, 150 thread_callback_t start_routine_;
|
H A D | asan_thread.cc | 78 AsanThread *AsanThread::Create(thread_callback_t start_routine, void *arg, in Create()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_interceptors.cpp | 29 thread_callback_t callback;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 276 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 283 typedef thread_return_t (THREAD_CALLING_CONV *thread_callback_t)(void* arg); typedef
|