Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp152 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { member
156 asan_register_worker_thread(int parent_tid,StackTrace * stack) asan_register_worker_thread() argument
311 int parent_tid = GetCurrentTidOrInvalid(); INTERCEPTOR() local
325 int parent_tid = GetCurrentTidOrInvalid(); INTERCEPTOR() local
[all...]
H A Dasan_thread.h70 static AsanThread *Create(const T &data, u32 parent_tid, StackTrace *stack, in Create()
74 static AsanThread *Create(u32 parent_tid, StackTrace *stack, bool detached) { in Create()
H A Dasan_fuchsia.cpp182 AsanThread *thread = CreateAsanThread(&stack, parent_tid, detached, name); in BeforeThreadCreateHook() local
121 CreateAsanThread(StackTrace * stack,u32 parent_tid,bool detached,const char * name) CreateAsanThread() argument
H A Dasan_thread.cpp94 Create(const void * start_data,uptr data_size,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
/freebsd-src/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() argument
H A Dlsan_fuchsia.cpp103 u32 parent_tid = GetCurrentThreadId(); in __sanitizer_before_thread_create_hook() local
H A Dlsan_interceptors.cpp420 u32 parent_tid = (uptr)arg; ThreadStartFunc() local
/freebsd-src/sys/compat/linux/
H A Dlinux_fork.h73 uint64_t parent_tid; member
89 l_int *parent_tid; member
/freebsd-src/sys/sys/
H A Dthr.h55 long *parent_tid; /* parent accesses the new TID here. */ member
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp75 u32 parent_tid, StackTrace *stack, in Create() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h91 Tid parent_tid; member
H A Dtsan_debugging.cpp169 int *running, const char **name, int *parent_tid, in __tsan_get_report_thread()
H A Dtsan_rtl_report.cpp808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace() local
H A Dtsan_interceptors_posix.cpp2326 TSAN_INTERCEPTOR(int,clone,int (* fn)(void *),void * stack,int flags,void * arg,int * parent_tid,void * tls,pid_t * child_tid) TSAN_INTERCEPTOR() argument
/freebsd-src/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
[all...]
H A Dkmp.h2204 kmp_int32 parent_tid; global() member
/freebsd-src/sys/compat/freebsd32/
H A Dfreebsd32.h317 uint32_t parent_tid; global() member
/freebsd-src/sys/dev/pst/
H A Dpst-iop.h430 u_int32_t parent_tid:12; member
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5563 lldb::tid_t parent_tid = m_thread_ids.front(); DidFork() local
/freebsd-src/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