MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lockMutex

Function lockMutex

extlibs/soloud/src/core/soloud_thread.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 void lockMutex(void *aHandle)
60 {
61 CRITICAL_SECTION *cs = (CRITICAL_SECTION*)aHandle;
62 if (cs)
63 {
64 EnterCriticalSection(cs);
65 }
66 }
67
68 void unlockMutex(void *aHandle)
69 {

Callers 6

portaudio_mutex_lockFunction · 0.85
openal_mutex_lockFunction · 0.85
coreaudio_mutex_lockFunction · 0.85
lockAudioMutexMethod · 0.85
addWorkMethod · 0.85
getWorkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected