| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_fuchsia.cc | 145 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument 205 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, argument 91 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) argument
|
| H A D | asan_rtems.cc | 142 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument 232 void *__sanitizer_before_thread_create_hook(uptr thread, bool detached, argument 100 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,uptr stack_bottom,uptr stack_size,uptr tls_bottom,uptr tls_size) argument
|
| H A D | asan_win.cc | 149 bool detached = false; // FIXME: how can we determine it on Windows? local in function:INTERCEPTOR_WINAPI
|
| H A D | asan_interceptors.cc | 211 int detached = 0; local in function:INTERCEPTOR
|
| H A D | asan_thread.cc | 78 Create(thread_callback_t start_routine,void * arg,u32 parent_tid,StackTrace * stack,bool detached) argument
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| H A D | lsan_thread.cc | 75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
|
| H A D | lsan_interceptors.cc | 381 int detached = 0; local in function:INTERCEPTOR
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
|
| H A D | sanitizer_thread_registry.h | 47 bool detached; member in class:__sanitizer::ThreadContextBase
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cc | 232 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
|
| H A D | tsan_interceptors.cc | 1000 int detached = 0; local in function:TSAN_INTERCEPTOR
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cc | 238 bool detached; member in struct:ScopedThread::Impl 362 ScopedThread::ScopedThread(bool detached, bool main) { argument
|