Searched refs:detached (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_thread.h43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
H A Dlsan_thread.cc80 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
81 return thread_registry->CreateThread(user_id, detached, parent_tid,
H A Dlsan_interceptors.cc234 int detached = 0; local
235 pthread_attr_getdetachstate(attr, &detached);
242 int tid = ThreadCreate(GetCurrentThread(), *(uptr *)th, detached);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc22 detached(false), parent_tid(0), next(0) {
49 CHECK_EQ(false, detached);
57 if (!detached)
73 detached = _detached;
121 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
152 tctx->SetCreated(user_id, total_threads_++, detached,
235 tctx->detached = true;
263 if (tctx->detached) {
H A Dsanitizer_thread_registry.h47 bool detached; member in class:__sanitizer::ThreadContextBase
96 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/freebsd-11.0-release/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h89 apr_int32_t detached; member in struct:apr_procattr_t
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc96 bool detached = false; // FIXME: how can we determine it on Windows? local
99 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
118 /* parent_tid */ -1, /* stack */ nullptr, /* detached */ true);
H A Dasan_thread.h57 u32 parent_tid, StackTrace *stack, bool detached);
H A Dasan_thread.cc85 bool detached) {
92 asanThreadRegistry().CreateThread(*reinterpret_cast<uptr *>(thread), detached, local
83 Create(thread_callback_t start_routine, void *arg, u32 parent_tid, StackTrace *stack, bool detached) argument
H A Dasan_interceptors.cc239 int detached = 0; local
241 REAL(pthread_attr_getdetachstate)(attr, &detached);
249 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc133 if (!detached) {
166 if (tctx->detached || tctx->status != ThreadStatusFinished)
233 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
238 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
H A Dtsan_rtl.h675 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached);
H A Dtsan_interceptors.cc971 int detached = 0; local
972 REAL(pthread_attr_getdetachstate)(attr, &detached);
989 detached == PTHREAD_CREATE_DETACHED);
/freebsd-11.0-release/crypto/heimdal/lib/hx509/
H A Dtest_cms.in196 echo "create signed data (pem, detached)"
199 --detached-signature \
204 echo "verify signed data (pem, detached)"
367 echo "create signed data (detached)"
370 --detached-signature \
374 echo "verify signed data (detached)"
382 echo "verify failure signed data (detached)"
402 echo "create signed data (pem, detached)"
406 --detached-signature \
410 echo "verify signed data (pem, detached)"
[all...]
/freebsd-11.0-release/contrib/apr/threadproc/unix/
H A Dproc.c215 attr->detached = detach;
539 if (attr->detached) {
551 if (attr->detached) {
558 if (attr->detached) {
566 if (attr->detached) {
/freebsd-11.0-release/crypto/openssl/crypto/cms/
H A Dcms_lib.c83 /* Never detached */
94 /* If content detached data goes nowhere: create NULL BIO */
98 * If content not detached and created return memory BIO
310 int CMS_set_detached(CMS_ContentInfo *cms, int detached) argument
316 if (detached) {
H A Dcms.h127 int CMS_set_detached(CMS_ContentInfo *cms, int detached);
/freebsd-11.0-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c73 /* NOTE(emilia): does not support detached digested data. */
76 ret = p7->detached = (int)larg;
96 p7->detached = ret;
H A Dpkcs7.h176 int detached; member in struct:pkcs7_st
H A Dpk7_doit.c270 * only applies to inner content (precisely, detached signatures).
451 * data_body is NULL if that structure has no (=detached) content
803 /* If detached data then the content is excluded */
804 if (PKCS7_type_is_data(p7->d.sign->contents) && p7->detached) {
813 /* If detached data then the content is excluded */
814 if (PKCS7_type_is_data(p7->d.digest->contents) && p7->detached) {
884 * NOTE(emilia): I think we only reach os == NULL here because detached
/freebsd-11.0-release/sys/dev/virtio/console/
H A Dvirtio_console.c287 printf("virtio_console: Waiting for all detached TTY "
844 int detached; local
851 while ((detached = (sc->vtcon_flags & VTCON_FLAG_DETACHED)) == 0) {
862 if (!detached) {
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dwin32-nat.c1635 int detached = 1; local
1645 detached = 0;
1649 if (detached && from_tty)
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh54 detached sigs
8660 detached sigs

Completed in 205 milliseconds