MCPcopy 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
62CondLockResult CondLock::lock() SKR_NOEXCEPT
63{
64 skr_mutex_acquire(&mutex);
65 return ASYNC_RESULT_OK;
66}
67
68CondLockResult CondLock::unlock() SKR_NOEXCEPT
69{

Callers 15

sleepMethod · 0.45
pushMethod · 0.45
eraseMethod · 0.45
getRunnableJobItemMethod · 0.45
numItemsMethod · 0.45
LockMethod · 0.45
LockWriteMethod · 0.45
register_trackerMethod · 0.45
remove_trackerMethod · 0.45
LockMethod · 0.45
LockWriteMethod · 0.45
sync_archetypeMethod · 0.45

Calls 1

skr_mutex_acquireFunction · 0.50

Tested by 1

TestCallsMethod · 0.36