Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ lock
Method
lock
modules/core/core/src/async/condlock.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
CondLockResult CondLock::lock() SKR_NOEXCEPT
63
{
64
skr_mutex_acquire(&mutex);
65
return ASYNC_RESULT_OK;
66
}
67
68
CondLockResult CondLock::unlock() SKR_NOEXCEPT
69
{
Callers
15
sleep
Method · 0.45
push
Method · 0.45
erase
Method · 0.45
getRunnableJobItem
Method · 0.45
numItems
Method · 0.45
Lock
Method · 0.45
LockWrite
Method · 0.45
register_tracker
Method · 0.45
remove_tracker
Method · 0.45
Lock
Method · 0.45
LockWrite
Method · 0.45
sync_archetype
Method · 0.45
Calls
1
skr_mutex_acquire
Function · 0.50
Tested by
1
TestCalls
Method · 0.36