Home
last modified time | relevance | path

Searched defs:child_tid (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp133 lldb::tid_t child_tid) { in SetStoppedByFork()
143 lldb::tid_t child_tid) { in SetStoppedByVFork()
HDNativeProcessNetBSD.cpp1064 lldb::tid_t child_tid = info.psi_lwpid; in MonitorClone() local
/freebsd-13-stable/sys/compat/linux/
HDlinux_fork.h70 uint64_t child_tid; member
86 l_int *child_tid; member
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeThreadFreeBSD.cpp133 lldb::tid_t child_tid) { in SetStoppedByFork()
143 lldb::tid_t child_tid) { in SetStoppedByVFork()
HDNativeProcessFreeBSD.cpp1024 lldb::tid_t child_tid = info.pl_lwpid; in MonitorClone() local
/freebsd-13-stable/sys/sys/
HDthr.h54 long *child_tid; /* address to store new TID. */ member
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_barrier.cpp805 kmp_uint32 child_tid; in __kmp_tree_barrier_gather() local
910 kmp_uint32 child_tid; in __kmp_tree_barrier_release() local
1039 kmp_uint32 child_tid; in __kmp_hyper_barrier_gather() local
1136 kmp_uint32 child_tid; in __kmp_hyper_barrier_release() local
1393 kmp_int32 child_tid; in __kmp_hierarchical_barrier_gather() local
1639 kmp_int32 child_tid; in __kmp_hierarchical_barrier_release() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.cpp1272 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1306 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1420 lldb::tid_t child_tid) { in CreateStopReasonFork()
1427 lldb::tid_t child_tid) { in CreateStopReasonVFork()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDDebug.h145 lldb::tid_t child_tid; member
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1059 virtual void DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidFork()
1062 virtual void DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidVFork()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1866 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() local
1874 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() local
5734 void ProcessGDBRemote::DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidFork()
5799 void ProcessGDBRemote::DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidVFork()
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32.h268 uint32_t child_tid; member
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp2337 void *arg, int *parent_tid, void *tls, pid_t *child_tid) { in TSAN_INTERCEPTOR()