MCPcopy 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
93static inline void OSInitMutexQueue(OSMutexQueue* queue)
94{
95 queue->head = queue->tail = NULL;
96}
97
98static inline void OSSetCurrentThread(OSThread* thread)
99{

Callers 1

__OSThreadInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected