MCPcopy 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
112void NxAudio::LockMutex() const {
113 mutexLock((Mutex*)&audio_mutex);
114}
115
116void NxAudio::UnlockMutex() const {
117 mutexUnlock((Mutex*)&audio_mutex);

Callers 1

switch_audio_threadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected