/llvm-project/lldb/test/API/functionalities/fork/concurrent_vfork/ |
H A D | main.cpp | 20 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 D | sigchld.c | 15 pid_t child_pid = fork(); in main() local
|
/llvm-project/libc/test/src/signal/ |
H A D | kill_test.cpp | 26 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 D | coverage-fork.cpp | 28 pid_t child_pid = fork(); in main() local
|
/llvm-project/lldb/unittests/debugserver/ |
H A D | RNBSocketTest.cpp | 27 auto child_pid = fork(); in ServerCallbackv4() local 110 auto child_pid = fork(); TestSocketConnect() local
|
/llvm-project/openmp/runtime/test/affinity/ |
H A D | redetect.c | 87 pid_t child_pid = pid; in main() local
|
/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 132 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 D | NativeProcessNetBSD.cpp | 1033 MonitorClone(::pid_t child_pid,bool is_vfork,NativeThreadNetBSD & parent_thread) MonitorClone() argument [all...] |
/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 132 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 D | NativeProcessFreeBSD.cpp | 994 MonitorClone(::pid_t child_pid,bool is_vfork,NativeThreadFreeBSD & parent_thread) MonitorClone() argument [all...] |
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-death-test.cc | 1062 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 D | Debug.h | 144 lldb::pid_t child_pid; member
|
/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 1272 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 D | NativeThreadLinux.cpp | 451 void NativeThreadLinux::SetStoppedByFork(bool is_vfork, lldb::pid_t child_pid) { in SetStoppedByFork() argument
|
H A D | NativeProcessLinux.cpp | 942 MonitorClone(NativeThreadLinux & parent,lldb::pid_t child_pid,int event) MonitorClone() argument [all...] |
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 594 pid_t child_pid = getpid(); in __gcov_fork() local
|
/llvm-project/libcxx/test/support/ |
H A D | check_assertion.h | 252 pid_t child_pid = fork(); in Run() local
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | DNB.cpp | 164 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 D | Process.h | 1057 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 D | ProcessGDBRemote.cpp | 1864 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 D | GDBRemoteCommunicationServerLLGS.cpp | 1145 lldb::pid_t child_pid = child_process->GetID(); NewSubprocess() local
|