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

/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, function in namespace:__hwasan
115 // BeforeThreadCreateHook. We are still in the creating thread and should check
124 // Clean up everything we set up in BeforeThreadCreateHook.
131 // with the pointer returned by BeforeThreadCreateHook (above). Here we can
218 return __hwasan::BeforeThreadCreateHook(
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp173 static void *BeforeThreadCreateHook(uptr user_id, bool detached, function in namespace:__asan
195 // with the pointer returned by BeforeThreadCreateHook (above).
203 // Clean up everything we set up in BeforeThreadCreateHook.
210 // with the pointer returned by BeforeThreadCreateHook (above).
222 // with the pointer returned by BeforeThreadCreateHook (above).
257 return __asan::BeforeThreadCreateHook(

Completed in 173 milliseconds