Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() function
218 return __hwasan::BeforeThreadCreateHook( in __sanitizer_before_thread_create_hook()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp170 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
192 // with the pointer returned by BeforeThreadCreateHook (above).
200 // Clean up everything we set up in BeforeThreadCreateHook. in ThreadCreateHook()
207 // with the pointer returned by BeforeThreadCreateHook (above).
219 // with the pointer returned by BeforeThreadCreateHook (above).
256 return __asan::BeforeThreadCreateHook( in __sanitizer_before_thread_create_hook()
171 static void *BeforeThreadCreateHook(uptr user_id, bool detached, BeforeThreadCreateHook() function