Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/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 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp122 bool detached, const char *name) { in CreateAsanThread()
173 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook()
256 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook()
H A Dasan_thread.h71 bool detached) { in Create()
74 static AsanThread *Create(u32 parent_tid, StackTrace *stack, bool detached) { in Create()
H A Dasan_win.cpp161 bool detached = false; // FIXME: how can we determine it on Windows? in INTERCEPTOR_WINAPI() local
H A Dasan_thread.cpp95 bool detached) { in Create()
H A Dasan_interceptors.cpp251 bool detached = [attr]() { in INTERCEPTOR() local
/freebsd-14.2/contrib/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
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate()
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]() { in INTERCEPTOR() local
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c153 bool detached = !ap->dev; in devm_aperture_acquire_release() local
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp76 bool detached) { in Create()
H A Dmemprof_interceptors.cpp138 int detached = 0; in INTERCEPTOR() local
/freebsd-14.2/crypto/openssl/crypto/cms/
H A Dcms_lib.c368 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached()
/freebsd-14.2/contrib/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()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dpkcs7.h.in144 int detached; member
H A Dpkcs7.h191 int detached; member
/freebsd-14.2/contrib/unbound/validator/
H A Dvalidator.c435 struct module_qstate** newq, int detached) in generate_request()
/freebsd-14.2/sys/dev/virtio/console/
H A Dvirtio_console.c906 int detached; in vtcon_ctrl_task_cb() local
/freebsd-14.2/contrib/unbound/iterator/
H A Diterator.c812 int detached) in generate_sub_request()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3573 bool detached = false; in Handle_D() local

12