Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ LockMutex
Method
LockMutex
src/platform/switch/audio.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void NxAudio::LockMutex() const {
113
mutexLock((Mutex*)&audio_mutex);
114
}
115
116
void NxAudio::UnlockMutex() const {
117
mutexUnlock((Mutex*)&audio_mutex);
Callers
1
switch_audio_thread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected