Home
last modified time | relevance | path

Searched defs:child_pid (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/test/API/functionalities/fork/concurrent_vfork/
H A Dmain.cpp20 pid_t child_pid = 0; in call_vfork() local
51 for (pid_t child_pid : g_child_pids) { in wait_all_children_to_exit() local
/llvm-project/lldb/test/Shell/Commands/Inputs/
H A Dsigchld.c15 pid_t child_pid = fork(); in main() local
/llvm-project/libc/test/src/signal/
H A Dkill_test.cpp26 pid_t child_pid = LIBC_NAMESPACE::syscall_impl<pid_t>(SYS_getpid); in TEST() local
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-fork.cpp28 pid_t child_pid = fork(); in main() local
/llvm-project/lldb/unittests/debugserver/
H A DRNBSocketTest.cpp27 auto child_pid = fork(); in ServerCallbackv4() local
110 auto child_pid = fork(); TestSocketConnect() local
/llvm-project/openmp/runtime/test/affinity/
H A Dredetect.c87 pid_t child_pid = pid; in main() local
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp132 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() argument
142 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork() argument
H A DNativeProcessNetBSD.cpp1033 MonitorClone(::pid_t child_pid,bool is_vfork,NativeThreadNetBSD & parent_thread) MonitorClone() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp132 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork() argument
142 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork() argument
H A DNativeProcessFreeBSD.cpp994 MonitorClone(::pid_t child_pid,bool is_vfork,NativeThreadFreeBSD & parent_thread) MonitorClone() argument
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc1062 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } in set_child_pid()
1119 const pid_t child_pid = fork(); in AssumeRole() local
1256 pid_t child_pid = -1; in ExecDeathTestSpawnChild() local
1390 const pid_t child_pid = ExecDeathTestSpawnChild(argv.get(), pipe_fd[0]); in AssumeRole() local
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h144 lldb::pid_t child_pid; member
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1272 StopInfoFork(Thread & thread,lldb::pid_t child_pid,lldb::tid_t child_tid) StopInfoFork() argument
1306 StopInfoVFork(Thread & thread,lldb::pid_t child_pid,lldb::tid_t child_tid) StopInfoVFork() argument
1419 CreateStopReasonFork(Thread & thread,lldb::pid_t child_pid,lldb::tid_t child_tid) CreateStopReasonFork() argument
1426 CreateStopReasonVFork(Thread & thread,lldb::pid_t child_pid,lldb::tid_t child_tid) CreateStopReasonVFork() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp451 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork() argument
H A DNativeProcessLinux.cpp942 MonitorClone(NativeThreadLinux & parent,lldb::pid_t child_pid,int event) MonitorClone() argument
[all...]
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c594 pid_t child_pid = getpid(); in __gcov_fork() local
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h252 pid_t child_pid = fork(); in Run() local
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.cpp164 const pid_t child_pid = waitpid(pid, &status, 0); in kqueue_thread() local
270 pid_t child_pid = waitpid(pid, &status, 0); waitpid_thread() local
1899 DNBGetParentProcessID(nub_process_t child_pid) DNBGetParentProcessID() argument
[all...]
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1057 DidFork(lldb::pid_t child_pid,lldb::tid_t child_tid) DidFork() argument
1060 DidVFork(lldb::pid_t child_pid,lldb::tid_t child_tid) DidVFork() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1864 lldb::pid_t child_pid = SetThreadStopInfo() local
1872 lldb::pid_t child_pid = SetThreadStopInfo() local
5734 DidFork(lldb::pid_t child_pid,lldb::tid_t child_tid) DidFork() argument
5799 DidVFork(lldb::pid_t child_pid,lldb::tid_t child_tid) DidVFork() argument
[all...]
H A DGDBRemoteCommunicationServerLLGS.cpp1145 lldb::pid_t child_pid = child_process->GetID(); NewSubprocess() local