MCPcopy 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
40CondLockResult CondLock::signal() SKR_NOEXCEPT
41{
42 skr_wake_condition_var(&cond);
43 return ASYNC_RESULT_OK;
44}
45
46CondLockResult CondLock::wait(uint32_t milliseconds) SKR_NOEXCEPT
47{

Callers 10

AddStaticDependencyMethod · 0.80
ImportGLTFWithDataFunction · 0.80
signalFunction · 0.80
scheduleFunction · 0.80
pushMethod · 0.80
async_service.hFile · 0.80
LoadTaskMethod · 0.80
scheduler_test.cppFile · 0.80
TestEventsMethod · 0.80

Calls 1

skr_wake_condition_varFunction · 0.50

Tested by 1

TestEventsMethod · 0.64