Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ wait
Method
wait
modules/core/task/src/task2.cpp:588–593 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
586
}
587
588
void condvar_t::wait(SMutex& mutex)
589
{
590
++numWaitingOnCondition;
591
skr_wait_condition_vars(&cv, &mutex, TIMEOUT_INFINITE);
592
--numWaitingOnCondition;
593
}
594
595
void condvar_t::notify()
596
{
Callers
15
AddFileDependencyAndLoad
Method · 0.45
AddStaticDependency
Method · 0.45
WaitForAll
Method · 0.45
ImportGLTFWithData
Function · 0.45
waitForWork
Method · 0.45
run
Method · 0.45
wait
Function · 0.45
wait
Function · 0.45
parallel_for
Function · 0.45
WaitRequest
Method · 0.45
set_main_thread
Method · 0.45
sync_archetype
Method · 0.45
Calls
1
skr_wait_condition_vars
Function · 0.50
Tested by
5
TestCondVars
Method · 0.36
TestUnboundedPool
Method · 0.36
TestTicket
Method · 0.36
TestEvents
Method · 0.36
TestCalls
Method · 0.36