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

Method on_timer_delete

src/plugin/timer/timerlist.cpp:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void
285TimerList::on_timer_delete(timer_t timerid)
286{
287 _do_lock_tbl();
288 _timerVirtIdTable.erase(timerid);
289 JASSERT(_timerInfo.find(timerid) != _timerInfo.end());
290 _timerInfo.erase(timerid);
291 _do_unlock_tbl();
292}
293
294void
295TimerList::on_timer_settime(timer_t timerid,

Callers 1

timer_deleteFunction · 0.80

Calls 4

eraseMethod · 0.80
endMethod · 0.80
_do_lock_tblFunction · 0.70
_do_unlock_tblFunction · 0.70

Tested by

no test coverage detected