Searched refs:CreateAsanThread (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_fuchsia.cpp | 92 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()
|
D | asan_rtems.cpp | 107 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() function 159 return CreateAsanThread(&stack, parent_tid, user_id, detached, in BeforeThreadCreateHook()
|