MCPcopy 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
79void LibretroAudio::LockMutex() const {
80 slock_lock(mutex);
81}
82
83void LibretroAudio::UnlockMutex() const {
84 slock_unlock(mutex);

Callers 1

AudioThreadCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected