Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Import
Method · 0.45
Import
Method · 0.45
~skr_uncompressed_render_texture_t
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
Import
Method · 0.45
ImportGLTFWithData
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected