Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ signal
Method
signal
modules/core/core/src/async/condlock.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
CondLockResult CondLock::signal() SKR_NOEXCEPT
41
{
42
skr_wake_condition_var(&cond);
43
return ASYNC_RESULT_OK;
44
}
45
46
CondLockResult CondLock::wait(uint32_t milliseconds) SKR_NOEXCEPT
47
{
Callers
10
AddFileDependencyAndLoad
Method · 0.80
AddStaticDependency
Method · 0.80
ImportGLTFWithData
Function · 0.80
signal
Function · 0.80
schedule
Function · 0.80
push
Method · 0.80
async_service.h
File · 0.80
LoadTask
Method · 0.80
scheduler_test.cpp
File · 0.80
TestEvents
Method · 0.80
Calls
1
skr_wake_condition_var
Function · 0.50
Tested by
1
TestEvents
Method · 0.64