Searched refs:parent_tid (Results 1 - 25 of 27) sorted by path

12

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_create.c164 param.parent_tid = &new_thread->tid;
/freebsd-11-stable/sys/dev/pst/
H A Dpst-iop.c129 printf("parentid=%04x\n", sc->lct[i].parent_tid);
H A Dpst-iop.h430 u_int32_t parent_tid:12;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h941 __le32 parent_tid /* Parent tid. Used for write tasks in a continuation mode - Target only */; member in union:fcoe_additional_info_union
/freebsd-11-stable/sys/kern/
H A Dkern_thr.c159 (param->parent_tid != NULL &&
160 suword_lwpid(param->parent_tid, td->td_tid)))
/freebsd-11-stable/sys/sys/
H A Dthr.h55 long *parent_tid; /* parent accesses the new TID here. */ member in struct:thr_param
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp53 if (context->parent_tid == kInvalidTid) {
59 AsanThreadIdAndName(context->parent_tid).c_str());
65 GetThreadContextByTidLocked(context->parent_tid);
H A Dasan_fuchsia.cpp90 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
99 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
152 u32 parent_tid = GetCurrentTidOrInvalid(); local
154 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
H A Dasan_mac.cpp174 u32 parent_tid; member in struct:__asan::__anon973
178 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { argument
182 parent_tid, stack, /* detached */ true);
200 asan_register_worker_thread(context->parent_tid, &stack);
219 asan_ctxt->parent_tid = GetCurrentTidOrInvalid();
284 int parent_tid = GetCurrentTidOrInvalid(); \
287 asan_register_worker_thread(parent_tid, &stack); \
H A Dasan_rtems.cpp99 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
106 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
149 u32 parent_tid = GetCurrentTidOrInvalid(); local
151 return CreateAsanThread(&stack, parent_tid, user_id, detached,
H A Dasan_thread.cpp78 u32 parent_tid, StackTrace *stack,
87 parent_tid, &args); local
277 /* start_routine */ nullptr, /* arg */ nullptr, /* parent_tid */ 0,
77 Create(thread_callback_t start_routine, void *arg, u32 parent_tid, StackTrace *stack, bool detached) argument
H A Dasan_thread.h65 u32 parent_tid, StackTrace *stack, bool detached);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp65 u32 parent_tid; member in struct:__lsan::__anon999
69 void lsan_register_worker_thread(int parent_tid) { argument
71 u32 tid = ThreadCreate(parent_tid, 0, true);
85 lsan_register_worker_thread(context->parent_tid);
104 lsan_ctxt->parent_tid = GetCurrentThread();
151 int parent_tid = GetCurrentThread(); \
153 lsan_register_worker_thread(parent_tid); \
H A Dlsan_thread.cpp74 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
75 return thread_registry->CreateThread(user_id, detached, parent_tid,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp21 thread_type(ThreadType::Regular), parent_tid(0), next(0) {
89 parent_tid = _parent_tid;
135 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
167 parent_tid, arg);
H A Dsanitizer_thread_registry.h55 u32 parent_tid; member in class:__sanitizer::ThreadContextBase
107 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp167 int *running, const char **name, int *parent_tid,
176 *parent_tid = thread->parent_tid;
166 __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, int *running, const char **name, int *parent_tid, void **trace, uptr trace_size) argument
H A Dtsan_interface.h167 int *running, const char **name, int *parent_tid,
H A Dtsan_report.cpp267 thread_name(thrbuf, rt->parent_tid));
H A Dtsan_report.h97 u32 parent_tid; member in struct:__tsan::ReportThread
H A Dtsan_rtl_report.cpp204 rt->parent_tid = tctx->parent_tid;
H A Dtsan_rtl_thread.cpp234 u32 parent_tid = thr ? thr->tid : kInvalidTid; // No parent for GCD workers. local
236 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
237 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", parent_tid, tid, uid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h91 static ProcessMessage NewThread(lldb::tid_t parent_tid, argument
93 return ProcessMessage(parent_tid, eNewThreadMessage, child_tid);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1841 kmp_int32 parent_tid; member in struct:kmp_bstate
H A Dkmp_barrier.cpp373 kmp_int32 parent_tid = (tid - 1) >> branch_bits; local
378 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(parent_tid, team),
379 team->t.t_id, parent_tid, &thr_bar->b_arrived, thr_bar->b_arrived,
387 kmp_flag_64 flag(&thr_bar->b_arrived, other_threads[parent_tid]);
550 kmp_int32 parent_tid = tid & ~((1 << (level + branch_bits)) - 1); local
555 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(parent_tid, team),
556 team->t.t_id, parent_tid, &thr_bar->b_arrived,
564 p_flag.set_waiter(other_threads[parent_tid]);
820 thr_bar->parent_tid = -1; // default for master
828 thr_bar->parent_tid
[all...]

Completed in 289 milliseconds

12