Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h92 lldb::tid_t child_tid) { in NewThread()
155 ProcessMessage(lldb::tid_t tid, Kind kind, lldb::tid_t child_tid) in ProcessMessage()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp134 lldb::tid_t child_tid) { in SetStoppedByFork()
144 lldb::tid_t child_tid) { in SetStoppedByVFork()
H A DNativeProcessNetBSD.cpp1045 lldb::tid_t child_tid = info.psi_lwpid; in MonitorClone() local
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp134 lldb::tid_t child_tid) { in SetStoppedByFork()
144 lldb::tid_t child_tid) { in SetStoppedByVFork()
H A DNativeProcessFreeBSD.cpp997 lldb::tid_t child_tid = info.pl_lwpid; in MonitorClone() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1264 StopInfoFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoFork()
1298 StopInfoVFork(Thread &thread, lldb::pid_t child_pid, lldb::tid_t child_tid) in StopInfoVFork()
1408 lldb::tid_t child_tid) { in CreateStopReasonFork()
1415 lldb::tid_t child_tid) { in CreateStopReasonVFork()
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h145 lldb::tid_t child_tid; member
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h999 virtual void DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidFork()
1002 virtual void DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) {} in DidVFork()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1796 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() local
1804 lldb::tid_t child_tid = desc_extractor.GetU64(LLDB_INVALID_THREAD_ID); in SetThreadStopInfo() local
5202 void ProcessGDBRemote::DidFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidFork()
5267 void ProcessGDBRemote::DidVFork(lldb::pid_t child_pid, lldb::tid_t child_tid) { in DidVFork()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2342 void *arg, int *parent_tid, void *tls, pid_t *child_tid) { in TSAN_INTERCEPTOR()