MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / init

Function init

src/coordinatorapi.cpp:233–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void init()
234{
235 JTRACE("Informing coordinator of new process") (UniquePid::ThisProcess());
236
237 DmtcpMessage msg (DMT_UPDATE_PROCESS_INFO_AFTER_INIT_OR_EXEC);
238 sendMsgToCoordinator(msg, jalib::Filesystem::GetProgramName());
239}
240
241void resetCoordinatorSocket(int sock)
242{

Callers 4

dmtcp_get_current_threadFunction · 0.85
resetOnForkMethod · 0.85
eventHookFunction · 0.85

Calls 1

sendMsgToCoordinatorFunction · 0.85

Tested by

no test coverage detected