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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp144 static void *BeforeThreadCreateHook(uptr user_id, bool detached, function in namespace:__asan
159 // with the pointer returned by BeforeThreadCreateHook (above).
167 // Clean up everything we set up in BeforeThreadCreateHook.
174 // with the pointer returned by BeforeThreadCreateHook (above).
186 // with the pointer returned by BeforeThreadCreateHook (above).
207 return __asan::BeforeThreadCreateHook(
H A Dasan_rtems.cpp141 static void *BeforeThreadCreateHook(uptr user_id, bool detached, function in namespace:__asan
156 // with the pointer returned by BeforeThreadCreateHook (above).
164 // Clean up everything we set up in BeforeThreadCreateHook.
171 // with the pointer returned by BeforeThreadCreateHook (above). (2) before a
197 // with the pointer returned by BeforeThreadCreateHook (above).
235 return __asan::BeforeThreadCreateHook(

Completed in 104 milliseconds