Home
last modified time | relevance | path

Searched defs:parent_tid (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp148 u32 parent_tid; member
152 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { in asan_register_worker_thread()
307 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() local
321 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() local
H A Dasan_fuchsia.cpp119 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread()
180 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook() local
H A Dasan_thread.cpp99 u32 parent_tid, StackTrace *stack, in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp65 u32 parent_tid; member
69 void lsan_register_worker_thread(int parent_tid) { in lsan_register_worker_thread()
H A Dlsan_thread.cpp64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate()
H A Dlsan_fuchsia.cpp102 u32 parent_tid = GetCurrentThreadId(); __sanitizer_before_thread_create_hook() local
H A Dlsan_interceptors.cpp420 u32 parent_tid = (uptr)arg; ThreadStartFunc() local
/freebsd/sys/compat/linux/
H A Dlinux_fork.h73 uint64_t parent_tid; member
89 l_int *parent_tid; member
/freebsd/sys/sys/
H A Dthr.h55 long *parent_tid; /* parent accesses the new TID here. */ member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h54 u32 parent_tid; variable
H A Dsanitizer_thread_registry.cpp136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp75 u32 parent_tid, StackTrace *stack, in Create()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h90 Tid parent_tid; global() member
H A Dtsan_debugging.cpp167 __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) __tsan_get_report_thread() argument
H A Dtsan_rtl_report.cpp808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace() local
H A Dtsan_interceptors_posix.cpp2337 void *arg, int *parent_tid, void *tls, pid_t *child_tid) { in TSAN_INTERCEPTOR()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp869 kmp_int32 parent_tid = (tid - 1) >> branch_bits; in __kmp_tree_barrier_gather() local
1042 kmp_int32 parent_tid = tid & ~((1 << (level + branch_bits)) - 1); in __kmp_hyper_barrier_gather() local
H A Dkmp.h2212 kmp_int32 parent_tid; member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h317 uint32_t parent_tid; global() member
/freebsd/sys/dev/pst/
H A Dpst-iop.h430 u_int32_t parent_tid:12; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dfcoe_common.h931 __le32 parent_tid /* Parent tid. Used for write tasks in a continuation mode - Target only */; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5740 lldb::tid_t parent_tid = m_thread_ids.front(); in DidFork() local