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

Function timer_gettime

src/plugin/timer/timerwrappers.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88extern "C" int
89timer_gettime(timer_t timerid, struct itimerspec *curr_value)
90{
91 DMTCP_PLUGIN_DISABLE_CKPT();
92 timer_t realId = VIRTUAL_TO_REAL_TIMER_ID(timerid);
93 int ret = _real_timer_gettime(realId, curr_value);
94 DMTCP_PLUGIN_ENABLE_CKPT();
95 return ret;
96}
97
98extern "C" int
99timer_getoverrun(timer_t timerid)

Callers 1

start_stop_timerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected