parent             54 dmtcpworker.cpp EXTERNC int __register_atfork(void (*prepare)(void), void (*parent)(void),
parent            146 execwrappers.cpp   UniquePid parent = UniquePid::ThisProcess();
parent            157 execwrappers.cpp   JTRACE("fork()ed [CHILD]") (child) (parent);
parent            178 execwrappers.cpp   UniquePid parent = UniquePid::ThisProcess();
parent            199 execwrappers.cpp     JTRACE("fork() done [CHILD]") (child) (parent);
parent            339 plugin/ipc/socket/socketconnection.cpp TcpConnection::TcpConnection(const TcpConnection& parent,
parent            342 plugin/ipc/socket/socketconnection.cpp   , SocketConnection(parent._sockDomain, parent._sockType, parent._sockProtocol)
parent            348 plugin/ipc/socket/socketconnection.cpp     JTRACE("Accepting.") (id()) (parent.id()) (remote);
parent             98 plugin/ipc/socket/socketconnection.h       TcpConnection(const TcpConnection& parent,
parent            170 plugin/ipc/socket/socketwrappers.cpp   TcpConnection *parent =
parent            172 plugin/ipc/socket/socketwrappers.cpp   TcpConnection* con = new TcpConnection(*parent, ConnectionIdentifier::null());
parent             55 plugin/pid/pid_miscwrappers.cpp extern "C" int __register_atfork(void (*prepare)(void), void (*parent)(void),
parent             61 plugin/pid/pid_miscwrappers.cpp   return NEXT_FNC(__register_atfork)(prepare, parent, child, dso_handle);