Home
last modified time | relevance | path

Searched defs:detached (Results 1 – 22 of 22) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create()
100 bool detached; member
H A Dsanitizer_thread_arg_retval.cpp20 void ThreadArgRetval::CreateLocked(uptr thread, bool detached, in CreateLocked()
H A Dsanitizer_thread_registry.h51 bool detached; variable
H A Dsanitizer_thread_registry.cpp136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp120 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 Dasan_thread.h71 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 Dasan_thread.cpp100 Create(const void * start_data,uptr data_size,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
H A Dasan_win.cpp161 bool detached = false; // FIXME: how can we determine it on Windows? in INTERCEPTOR_WINAPI() local
H A Dasan_interceptors.cpp251 bool detached = [attr]() { in INTERCEPTOR() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp94 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 Dhwasan_interceptors.cpp272 bool detached = [attr]() { in INTERCEPTOR() local
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp64 ThreadCreate(u32 parent_tid,bool detached,void * arg) ThreadCreate() argument
H A Dlsan_fuchsia.cpp95 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
H A Dlsan_interceptors.cpp444 bool detached = [attr]() { INTERCEPTOR() local
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp76 Create(thread_callback_t start_routine,void * arg,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
H A Dmemprof_interceptors.cpp138 int detached = 0; in INTERCEPTOR() local
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp234 bool detached; member
379 ScopedThread::ScopedThread(bool detached, bool main) { in ScopedThread()
/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp198 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 Dtsan_rtl_thread.cpp116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument
H A Dtsan_interceptors_posix.cpp1045 int detached = 0; TSAN_INTERCEPTOR() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3575 bool detached = false; in Handle_D() local
/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4616 bool detached = false; local