Searched refs:parent_tid (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp65 u32 parent_tid; member in struct:__lsan::__anon2519
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.cpp50 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { argument
51 return thread_registry->CreateThread(user_id, detached, parent_tid, arg);
H A Dlsan_fuchsia.cpp95 u32 parent_tid = GetCurrentThread(); local
96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp174 u32 parent_tid; member in struct:__asan::__anon2463
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_fuchsia.cpp92 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
101 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
154 u32 parent_tid = GetCurrentTidOrInvalid(); local
156 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
H A Dasan_rtems.cpp101 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
108 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
151 u32 parent_tid = GetCurrentTidOrInvalid(); local
153 return CreateAsanThread(&stack, parent_tid, user_id, detached,
H A Dasan_thread.h65 u32 parent_tid, StackTrace *stack, bool detached);
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_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
/freebsd-13-stable/sys/sys/
H A Dthr.h57 long *parent_tid; /* parent accesses the new TID here. */ member in struct:thr_param
/freebsd-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
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);
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);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h97 u32 parent_tid; member in struct:__tsan::ReportThread
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_rtl_thread.cpp237 u32 parent_tid = thr ? thr->tid : kInvalidTid; // No parent for GCD workers. local
239 ctx->thread_registry->CreateThread(uid, detached, parent_tid, &args);
240 DPrintf("#%d: ThreadCreate tid=%d uid=%zu\n", parent_tid, tid, uid);
H A Dtsan_rtl_report.cpp204 rt->parent_tid = tctx->parent_tid;
H A Dtsan_interface.h167 int *running, const char **name, int *parent_tid,
H A Dtsan_report.cpp267 thread_name(thrbuf, rt->parent_tid));
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
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
556 gtid, team->t.t_id, tid, __kmp_gtid_from_tid(parent_tid, team),
557 team->t.t_id, parent_tid, &thr_bar->b_arrived,
565 p_flag.set_waiter(other_threads[parent_tid]);
822 thr_bar->parent_tid = -1; // default for master
830 thr_bar->parent_tid
[all...]
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_create.c165 param.parent_tid = &new_thread->tid;
/freebsd-13-stable/sys/kern/
H A Dkern_thr.c162 (param->parent_tid != NULL &&
163 suword_lwpid(param->parent_tid, td->td_tid)))
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h271 uint32_t parent_tid; member in struct:thr_param32
/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.c131 printf("parentid=%04x\n", sc->lct[i].parent_tid);
H A Dpst-iop.h432 u_int32_t parent_tid:12;

Completed in 291 milliseconds

12