MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / run

Method run

source/util/synchronization.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184#else
185
186bool BoxedWineConditionTimer::run() {
187 this->cond->signalThread(true);
188 return false; // signal will remove timer
189}
190
191BoxedWineCondition::BoxedWineCondition(BString name) : name(name) {
192}

Callers

nothing calls this directly

Calls 1

signalThreadMethod · 0.80

Tested by

no test coverage detected