Searched refs:CreateAsanThread (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fuchsia.cc | 89 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 D | asan_rtems.cc | 98 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 D | asan_fuchsia.cc | 91 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 D | asan_rtems.cc | 100 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 D | asan_fuchsia.cpp | 120 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()
|