Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp169 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
226 __asan::ThreadCreateHook(hook, error != thrd_success); in __sanitizer_thread_create_hook()
Dasan_rtems.cpp165 static void ThreadCreateHook(void *hook, bool aborted) { in ThreadCreateHook() function
250 __asan::ThreadCreateHook(handle, status != 0); in __sanitizer_thread_create_hook()