Home
last modified time | relevance | path

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

12

/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp122 CreateAsanThread(StackTrace * stack,u32 parent_tid,bool detached,const char * name) CreateAsanThread() argument
173 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument
256 __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 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 Create(const void * start_data,uptr data_size,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
H A Dasan_interceptors.cpp251 bool detached = [attr]() { in INTERCEPTOR() local
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in 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
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c153 bool detached = !ap->dev; in devm_aperture_acquire_release() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp76 bool detached) { in Create() argument
H A Dmemprof_interceptors.cpp138 int detached = 0; in INTERCEPTOR() local
/freebsd-src/crypto/openssl/crypto/cms/
H A Dcms_lib.c381 int CMS_set_detached(CMS_ContentInfo *cms, int detached) in CMS_set_detached()
/freebsd-src/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() argument
/freebsd-src/crypto/openssl/include/openssl/
H A Dpkcs7.h.in144 int detached; member
H A Dpkcs7.h191 int detached; member
/freebsd-src/sys/dev/virtio/console/
H A Dvirtio_console.c905 int detached; in vtcon_ctrl_task_cb() local
/freebsd-src/contrib/unbound/validator/
H A Dvalidator.c428 generate_request(struct module_qstate * qstate,int id,uint8_t * name,size_t namelen,uint16_t qtype,uint16_t qclass,uint16_t flags,struct module_qstate ** newq,int detached) generate_request() argument
/freebsd-src/contrib/unbound/iterator/
H A Diterator.c791 generate_sub_request(uint8_t * qname,size_t qnamelen,uint16_t qtype,uint16_t qclass,struct module_qstate * qstate,int id,struct iter_qstate * iq,enum iter_state initial_state,enum iter_state finalstate,struct module_qstate ** subq_ret,int v,int detached) generate_sub_request() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3573 bool detached = false; Handle_D() local

12