Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp20 void ThreadArgRetval::CreateLocked(uptr thread, bool detached, in CreateLocked() argument
29 t.detached = detached; in CreateLocked()
47 if (t->second.detached) { in Finish()
59 if (t && !t->second.detached) { in BeforeJoin()
67 } else if (t->second.detached) { in BeforeJoin()
83 CHECK(!t->second.detached); in AfterJoin()
91 CHECK(!t->second.detached); in DetachLocked()
97 t->second.detached = true; in DetachLocked()
H A Dsanitizer_thread_arg_retval.h43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create() argument
48 CreateLocked(thread, detached, args); in Create()
100 bool detached; member
104 void CreateLocked(uptr thread, bool detached, const Args& args);
H A Dsanitizer_thread_registry.cpp22 status(ThreadStatusInvalid), detached(false), in ThreadContextBase()
59 CHECK_EQ(false, detached); in SetJoined()
71 if (!detached || status == ThreadStatusCreated) status = ThreadStatusFinished; in SetFinished()
88 detached = _detached; in SetCreated()
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread() argument
173 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
251 tctx->detached = true; in DetachThread()
289 bool dead = tctx->detached; in FinishThread()
H A Dsanitizer_thread_registry.h51 bool detached; variable
109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp122 bool detached, const char *name) { in CreateAsanThread() argument
127 u32 tid = asanThreadRegistry().CreateThread(0, detached, parent_tid, &args); in CreateAsanThread()
173 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
184 AsanThread *thread = CreateAsanThread(&stack, parent_tid, detached, name); in BeforeThreadCreateHook()
256 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument
260 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
H A Dasan_thread.h71 bool detached) { in Create() argument
72 return Create(&data, sizeof(data), parent_tid, stack, detached); in Create()
74 static AsanThread *Create(u32 parent_tid, StackTrace *stack, bool detached) { in Create() argument
75 return Create(nullptr, 0, parent_tid, stack, detached); in Create()
157 u32 parent_tid, StackTrace *stack, bool detached);
H A Dasan_win.cpp161 bool detached = false; // FIXME: how can we determine it on Windows? in INTERCEPTOR_WINAPI() local
164 AsanThread *t = AsanThread::Create(params, current_tid, &stack, detached); in INTERCEPTOR_WINAPI()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook() argument
215 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, in __sanitizer_before_thread_create_hook() argument
219 reinterpret_cast<uptr>(thread), detached, name, in __sanitizer_before_thread_create_hook()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate() argument
65 return thread_registry->CreateThread(0, detached, parent_tid, 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() argument
104 u32 tid = ThreadCreate(parent_tid, detached, &args); in __sanitizer_before_thread_create_hook()
H A Dlsan_thread.h53 u32 ThreadCreate(u32 tid, bool detached, void *arg = nullptr);
H A Dlsan_interceptors.cpp444 bool detached = [attr]() { in INTERCEPTOR() local
463 GetThreadArgRetval().Create(detached, {callback, param}, [&]() -> uptr { in INTERCEPTOR()
465 th, attr, detached ? ThreadStartFunc<true> : ThreadStartFunc<false>, in INTERCEPTOR()
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_cms.in199 --detached-signature \
370 --detached-signature \
406 --detached-signature \
421 --detached-signature \
430 --detached-signature \
440 --detached-signature \
451 --detached-signature \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp42 if (tctx->detached || tctx->status != ThreadStatusFinished) in CollectThreadLeaks()
116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument
130 Tid tid = ctx->thread_registry.CreateThread(uid, detached, parent, &arg); in ThreadCreate()
232 if (!thr->tctx->detached) { in ThreadFinish()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_aperture.c153 bool detached = !ap->dev; in devm_aperture_acquire_release() local
155 if (detached) in devm_aperture_acquire_release()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp138 int detached = 0; in INTERCEPTOR() local
140 REAL(pthread_attr_getdetachstate)(attr, &detached); in INTERCEPTOR()
155 &stack, detached); in INTERCEPTOR()
H A Dmemprof_thread.cpp76 bool detached) { in Create() argument
83 memprofThreadRegistry().CreateThread(0, detached, parent_tid, &args); in Create()
H A Dmemprof_thread.h61 bool detached);
/freebsd/crypto/openssl/doc/man3/
H A DPKCS7_verify.pod26 I<indata> refers to the signed data if the content is detached from I<p7>.
41 the content is detached I<indata> cannot be NULL. If the content is
42 not detached and I<indata> is not NULL then the structure has both
125 be held in memory if it is not detached.
H A DCMS_verify.pod27 I<indata> refers to the signed data if the content is detached from I<cms>.
41 the content is detached I<indata> cannot be NULL.
128 be held in memory if it is not detached.
H A DCMS_final.pod19 processing: this is only used with detached data and will usually be set to
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
H A Dsiliconmitus,sm5502-muic.yaml15 attached or detached and button is pressed or released. It is interfaced to
H A Dextcon-usbc-cros-ec.yaml15 or USB devices when said accessories are attached or detached.
/freebsd/crypto/openssl/doc/
H A Dfingerprints.txt7 The signature is a detached cleartxt signature, with the same name

123