Searched defs:parent_tid (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dthr.h57 long *parent_tid; /* parent accesses the new TID here. */ member in struct:thr_param
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp65 u32 parent_tid; member in struct:__lsan::__anon3621
69 void lsan_register_worker_thread(int parent_tid) { argument
H A Dlsan_thread.cpp74 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h91 static ProcessMessage NewThread(lldb::tid_t parent_tid, argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp90 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
152 u32 parent_tid = GetCurrentTidOrInvalid(); local
H A Dasan_mac.cpp174 u32 parent_tid; member in struct:__asan::__anon3565
178 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { argument
H A Dasan_rtems.cpp99 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, argument
149 u32 parent_tid = GetCurrentTidOrInvalid(); local
H A Dasan_thread.cpp87 parent_tid, &args); local
77 Create(thread_callback_t start_routine, void *arg, u32 parent_tid, StackTrace *stack, bool detached) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp135 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
H A Dsanitizer_thread_registry.h55 u32 parent_tid; member in class:__sanitizer::ThreadContextBase
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp166 __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_report.h97 u32 parent_tid; member in struct:__tsan::ReportThread
H A Dtsan_rtl_thread.cpp234 u32 parent_tid = thr ? thr->tid : kInvalidTid; // No parent for GCD workers. local
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp373 kmp_int32 parent_tid = (tid - 1) >> branch_bits; local
550 kmp_int32 parent_tid = tid & ~((1 << (level + branch_bits)) - 1); local
[all...]
H A Dkmp.h1841 kmp_int32 parent_tid; member in struct:kmp_bstate
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32.h271 uint32_t parent_tid; member in struct:thr_param32
/freebsd-12-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

Completed in 139 milliseconds