HomeSort by: relevance | last modified time | path
    Searched defs:BeforeThreadCreateHook (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 145 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
160 // with the pointer returned by BeforeThreadCreateHook (above).
168 // Clean up everything we set up in BeforeThreadCreateHook.
175 // with the pointer returned by BeforeThreadCreateHook (above).
187 // with the pointer returned by BeforeThreadCreateHook (above).
208 return __asan::BeforeThreadCreateHook(
asan_rtems.cc 142 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
157 // with the pointer returned by BeforeThreadCreateHook (above).
165 // Clean up everything we set up in BeforeThreadCreateHook.
172 // with the pointer returned by BeforeThreadCreateHook (above). (2) before a
198 // with the pointer returned by BeforeThreadCreateHook (above).
236 return __asan::BeforeThreadCreateHook(
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 94 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
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(
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 91 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
112 // BeforeThreadCreateHook. We are still in the creating thread and should check
121 // Clean up everything we set up in BeforeThreadCreateHook.
128 // with the pointer returned by BeforeThreadCreateHook (above). Here we can
196 return __hwasan::BeforeThreadCreateHook(
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fuchsia.cpp 173 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
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(
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp 174 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
197 // with the pointer returned by BeforeThreadCreateHook (above).
205 // Clean up everything we set up in BeforeThreadCreateHook.
212 // with the pointer returned by BeforeThreadCreateHook (above).
224 // with the pointer returned by BeforeThreadCreateHook (above).
249 return __asan::BeforeThreadCreateHook(

Completed in 16 milliseconds