MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / ~KTimerCallback

Method ~KTimerCallback

source/kernel/ktimer.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35KTimerCallback::~KTimerCallback() {
36 if (this->active) {
37 removeTimer(this);
38 }
39}
40
41KTimer::KTimer() : KObject(KTYPE_TIMER), waitCond(std::make_shared<BoxedWineCondition>(B("KTimer::waitCond"))), timer(this) {
42}

Callers

nothing calls this directly

Calls 1

removeTimerFunction · 0.85

Tested by

no test coverage detected