Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ LockMutex
Method
LockMutex
src/platform/libretro/audio.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void LibretroAudio::LockMutex() const {
80
slock_lock(mutex);
81
}
82
83
void LibretroAudio::UnlockMutex() const {
84
slock_unlock(mutex);
Callers
1
AudioThreadCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected