MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / reset

Method reset

modules/core/task/src/task2.cpp:616–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 }
615
616 void event_t::reset()
617 {
618 if(!state)
619 return;
620 SMutexLock guard(state->mutex);
621 state->signalled = false;
622 }
623
624 void counter_t::add(uint32_t count)
625 {

Callers 8

ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportMethod · 0.45
ImportGLTFWithDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected