MCPcopy Create free account
hub / github.com/doldecomp/mkdd / OSInitMutexQueue

Function OSInitMutexQueue

libs/dolphin/os/OSThread.c:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 } while (0)
84
85static inline void OSInitMutexQueue(OSMutexQueue* queue) { queue->head = queue->tail = NULL; }
86
87static inline void OSSetCurrentThread(OSThread* thread) {
88 SwitchThreadCallback(__OSCurrentThread, thread);

Callers 2

__OSThreadInitFunction · 0.85
OSCreateThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected