Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_fuchsia.cpp92 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
126 AsanThread *t = CreateAsanThread( in CreateMainThread()
157 CreateAsanThread(&stack, parent_tid, user_id, detached, name); in BeforeThreadCreateHook()
Dasan_rtems.cpp107 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function
159 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()