Home
last modified time | relevance | path

Searched refs:ThreadCreateHook (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_fuchsia.cpp114 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
202 __hwasan::ThreadCreateHook(hook, error != thrd_success); in __sanitizer_thread_create_hook()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtems.cc156 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
235 __asan::ThreadCreateHook(handle, status != 0); in __sanitizer_thread_create_hook()
H A Dasan_fuchsia.cc159 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
205 __asan::ThreadCreateHook(hook, error != thrd_success); in __sanitizer_thread_create_hook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtems.cc158 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
243 __asan::ThreadCreateHook(handle, status != 0); in __sanitizer_thread_create_hook()
H A Dasan_fuchsia.cc161 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
214 __asan::ThreadCreateHook(hook, error != thrd_success); in __sanitizer_thread_create_hook()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp198 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
255 __asan::ThreadCreateHook(hook, error != thrd_success); in __sanitizer_thread_create_hook()