MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / unlock

Method unlock

modules/core/core/src/async/condlock.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68CondLockResult CondLock::unlock() SKR_NOEXCEPT
69{
70 skr_mutex_release(&mutex);
71 return ASYNC_RESULT_OK;
72}
73
74}

Callers 15

sleepMethod · 0.45
pushMethod · 0.45
eraseMethod · 0.45
getRunnableJobItemMethod · 0.45
numItemsMethod · 0.45
async_service.hFile · 0.45
UnlockMethod · 0.45
UnlockWriteMethod · 0.45
register_trackerMethod · 0.45
remove_trackerMethod · 0.45
UnlockMethod · 0.45
UnlockWriteMethod · 0.45

Calls 1

skr_mutex_releaseFunction · 0.50

Tested by 1

TestCallsMethod · 0.36