Home
last modified time | relevance | path

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

12

/freebsd/contrib/tcp_wrappers/
H A Dshell_cmd.c41 int child_pid; in shell_cmd() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp132 void NativeThreadNetBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
142 void NativeThreadNetBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
H A DNativeProcessNetBSD.cpp1012 MonitorClone(::pid_t child_pid,bool is_vfork,NativeThreadNetBSD & parent_thread) MonitorClone() argument
[all...]
/freebsd/crypto/openssh/
H A Dplatform-listen.c74 platform_post_fork_parent(pid_t child_pid) in platform_post_fork_parent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp132 void NativeThreadFreeBSD::SetStoppedByFork(lldb::pid_t child_pid, in SetStoppedByFork()
142 void NativeThreadFreeBSD::SetStoppedByVFork(lldb::pid_t child_pid, in SetStoppedByVFork()
H A DNativeProcessFreeBSD.cpp994 void NativeProcessFreeBSD::MonitorClone(::pid_t child_pid, bool is_vfork, in MonitorClone()
/freebsd/tools/regression/netinet/tcpsocktimewait/
H A Dtcpsocktimewait.c111 pid_t child_pid, parent_pid; in main() local
/freebsd/tools/regression/netinet/tcpsockclosebeforeaccept/
H A Dtcpsockclosebeforeaccept.c167 pid_t child_pid, parent_pid; in main() local
/freebsd/tools/regression/netinet/tcpdrop/
H A Dtcpdrop.c203 pid_t child_pid, parent_pid; in main() local
/freebsd/tools/regression/sysvsem/
H A Dsemtest.c60 pid_t child_pid; variable
/freebsd/tools/regression/sysvshm/
H A Dshmtest.c61 static pid_t child_pid; variable
/freebsd/tools/regression/sysvmsg/
H A Dmsgtest.c81 pid_t child_pid; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1064 void set_child_pid(pid_t child_pid) { child_pid_ = child_pid; } in set_child_pid()
1121 const pid_t child_pid = fork(); in AssumeRole() local
1258 pid_t child_pid = -1; in ExecDeathTestSpawnChild() local
1392 const pid_t child_pid = ExecDeathTestSpawnChild(argv.data(), pipe_fd[0]); in AssumeRole() local
/freebsd/contrib/pf/pflogd/
H A Dprivsep.c50 static volatile pid_t child_pid = -1; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.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()
1419 lldb::pid_t child_pid, in CreateStopReasonFork()
1426 lldb::pid_t child_pid, in CreateStopReasonVFork()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h144 lldb::pid_t child_pid; member
/freebsd/usr.bin/su/
H A Dsu.c148 pid_t child_pid, child_pgrp, pid; in main() local
/freebsd/crypto/krb5/src/kprop/
H A Dkpropd.c386 pid_t child_pid; in do_standalone() local
1544 int error_ret, child_pid, count; in load_database() local
/freebsd/crypto/krb5/src/clients/ksu/
H A Dmain.c115 int child_pid, child_pgrp, ret_pid; in main() local
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess_test.c709 ATF_TC_HEAD(child_pid, tc) in ATF_TC_HEAD() argument
714 ATF_TC_BODY(child_pid, tc) in ATF_TC_BODY() argument
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c90 pid_t child_pid; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c594 pid_t child_pid = getpid(); in __gcov_fork() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.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/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc247 pid_t child_pid = fork(); in NormalExitStatus() local
262 pid_t child_pid = fork(); in KilledExitStatus() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1864 lldb::pid_t child_pid = in SetThreadStopInfo() local
1872 lldb::pid_t child_pid = 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()

12