Searched refs:SetStoppedByFork (Results 1 – 9 of 9) sorted by relevance
62 void SetStoppedByFork(lldb::pid_t child_pid, lldb::tid_t child_tid);
133 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() function in NativeThreadNetBSD
1064 parent_thread.SetStoppedByFork(child_pid, child_tid); in MonitorClone()
65 void SetStoppedByFork(lldb::pid_t child_pid, lldb::tid_t child_tid);
133 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() function in NativeThreadFreeBSD
1016 parent_thread.SetStoppedByFork(child_pid, child_tid); in MonitorClone()
93 void SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid);
457 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork() function in NativeThreadLinux
876 parent.SetStoppedByFork(is_vfork, child_pid); in MonitorClone()