Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ openal_mutex_lock
Function
openal_mutex_lock
extlibs/soloud/src/backend/openal/soloud_openal.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
static void openal_mutex_lock(void * mutex)
113
{
114
Thread::lockMutex(mutex);
115
}
116
117
static void openal_mutex_unlock(void * mutex)
118
{
Callers
nothing calls this directly
Calls
1
lockMutex
Function · 0.85
Tested by
no test coverage detected