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

Function resume

contrib/ckpttimer/ckpttimer.cpp:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183static void
184resume()
185{
186 JTRACE("The process is now resuming after checkpoint.");
187
188 /* Need to stop the timer on resume/restart. */
189 start_stop_timer(timerid, g_interval, STOP_TIMER);
190 JTRACE("*** Canceled the ckpt timer! ***");
191}
192
193static void
194restart()

Callers 1

ckpttimer_event_hookFunction · 0.70

Calls 1

start_stop_timerFunction · 0.85

Tested by

no test coverage detected