/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create() 100 bool detached; member
|
H A D | sanitizer_thread_arg_retval.cpp | 20 void ThreadArgRetval::CreateLocked(uptr thread, bool detached, in CreateLocked()
|
H A D | sanitizer_thread_registry.h | 51 bool detached; variable
|
H A D | sanitizer_thread_registry.cpp | 136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 120 bool detached, const char *name) { in CreateAsanThread() argument 171 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument 254 __sanitizer_before_thread_create_hook(thrd_t thread,bool detached,const char * name,void * stack_base,size_t stack_size) __sanitizer_before_thread_create_hook() argument
|
H A D | asan_thread.h | 71 Create(const T & data,u32 parent_tid,StackTrace * stack,bool detached) Create() argument 74 Create(u32 parent_tid,StackTrace * stack,bool detached) Create() argument
|
H A D | asan_thread.cpp | 100 Create(const void * start_data,uptr data_size,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
|
H A D | asan_win.cpp | 161 bool detached = false; // FIXME: how can we determine it on Windows? in INTERCEPTOR_WINAPI() local
|
H A D | asan_interceptors.cpp | 251 bool detached = [attr]() { in INTERCEPTOR() local
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() 215 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
|
H A D | hwasan_interceptors.cpp | 272 bool detached = [attr]() { in INTERCEPTOR() local
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 64 ThreadCreate(u32 parent_tid,bool detached,void * arg) ThreadCreate() argument
|
H A D | lsan_fuchsia.cpp | 95 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
|
H A D | lsan_interceptors.cpp | 444 bool detached = [attr]() { INTERCEPTOR() local
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 76 Create(thread_callback_t start_routine,void * arg,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
|
H A D | memprof_interceptors.cpp | 138 int detached = 0; in INTERCEPTOR() local
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 234 bool detached; member 379 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | thread.cpp | 198 run(ThreadStyle style,ThreadRunner runner,void * arg,void * stack,size_t stacksize,size_t guardsize,bool detached) run() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument
|
H A D | tsan_interceptors_posix.cpp | 1045 int detached = 0; TSAN_INTERCEPTOR() local
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 3575 bool detached = false; in Handle_D() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 4616 bool detached = false; local
|