HomeSort by: relevance | last modified time | path
    Searched refs:ThreadStartHook (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 165 // ThreadStartHook is already running in the new thread.
177 static void ThreadStartHook(void *hook, uptr os_id) {
218 __asan::ThreadStartHook(hook, reinterpret_cast<uptr>(self));
asan_rtems.cc 162 // ThreadStartHook is already running in the new thread.
174 static void ThreadStartHook(void *hook, uptr os_id) {
247 __asan::ThreadStartHook(handle, self);

Completed in 11 milliseconds