Home
last modified time | relevance | path

Searched refs:CreateAsanThread (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fuchsia.cc89 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
130 AsanThread *t = CreateAsanThread( in CreateMainThread()
153 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook()
H A Dasan_rtems.cc98 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
150 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fuchsia.cc91 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
132 AsanThread *t = CreateAsanThread( in CreateMainThread()
155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name, in BeforeThreadCreateHook()
H A Dasan_rtems.cc100 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
152 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp120 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
154 AsanThread *t = CreateAsanThread( in CreateMainThread()
186 CreateAsanThread(&stack, parent_tid, user_id, detached, name); in BeforeThreadCreateHook()