MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / GetEmptyQueue

Method GetEmptyQueue

Source/OSHLE/OSMesgQueue.h:31–34  ·  view source on GitHub ↗

OSThread

Source from the content-addressed store, hash-verified

29
30 // OSThread
31 inline u32 GetEmptyQueue()
32 {
33 return QuickRead32Bits(p_base, offsetof(OSMesgQueue, mtqueue));
34 }
35
36 inline u32 GetFullQueue()
37 {

Callers 1

Patch_DumpOsQueueInfoFunction · 0.80

Calls 1

QuickRead32BitsFunction · 0.85

Tested by

no test coverage detected