Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ OSInitMutexQueue
Function
OSInitMutexQueue
src/dolphin/src/os/OSThread.c:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
} while (0)
92
93
static inline void OSInitMutexQueue(OSMutexQueue* queue)
94
{
95
queue->head = queue->tail = NULL;
96
}
97
98
static inline void OSSetCurrentThread(OSThread* thread)
99
{
Callers
1
__OSThreadInit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected