Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_lock
Function · 0.85
openal_mutex_lock
Function · 0.85
coreaudio_mutex_lock
Function · 0.85
lockAudioMutex
Method · 0.85
addWork
Method · 0.85
getWork
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected