/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 148 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 D | asan_fuchsia.cpp | 119 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() 180 u32 parent_tid = GetCurrentTidOrInvalid(); in BeforeThreadCreateHook() local
|
H A D | asan_thread.cpp | 99 u32 parent_tid, StackTrace *stack, in Create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_mac.cpp | 65 u32 parent_tid; member 69 void lsan_register_worker_thread(int parent_tid) { in lsan_register_worker_thread()
|
H A D | lsan_thread.cpp | 64 u32 ThreadCreate(u32 parent_tid, bool detached, void *arg) { in ThreadCreate()
|
H A D | lsan_fuchsia.cpp | 102 u32 parent_tid = GetCurrentThreadId(); __sanitizer_before_thread_create_hook() local
|
H A D | lsan_interceptors.cpp | 420 u32 parent_tid = (uptr)arg; ThreadStartFunc() local
|
/freebsd/sys/compat/linux/ |
H A D | linux_fork.h | 73 uint64_t parent_tid; member 89 l_int *parent_tid; member
|
/freebsd/sys/sys/ |
H A D | thr.h | 55 long *parent_tid; /* parent accesses the new TID here. */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 54 u32 parent_tid; variable
|
H A D | sanitizer_thread_registry.cpp | 136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, in CreateThread()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 75 u32 parent_tid, StackTrace *stack, in Create()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.h | 90 Tid parent_tid; global() member
|
H A D | tsan_debugging.cpp | 167 __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 D | tsan_rtl_report.cpp | 808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace() local
|
H A D | tsan_interceptors_posix.cpp | 2337 void *arg, int *parent_tid, void *tls, pid_t *child_tid) { in TSAN_INTERCEPTOR()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.cpp | 869 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 D | kmp.h | 2212 kmp_int32 parent_tid; member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 317 uint32_t parent_tid; global() member
|
/freebsd/sys/dev/pst/ |
H A D | pst-iop.h | 430 u_int32_t parent_tid:12; member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | fcoe_common.h | 931 __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 D | ProcessGDBRemote.cpp | 5740 lldb::tid_t parent_tid = m_thread_ids.front(); in DidFork() local
|