NDSummary.OnToolTipsLoaded("File:mutex.h",{983:"
inline void Mutex_Init()
Initialize mutex
",984:"
inline void Mutex_Lock(
u8 mutex
)
Lock the given mutex
",985:"
inline void Mutex_Release(
u8 mutex
)
Release the given mutex
",986:"
inline void Mutex_Wait(
u8 mutex
)
Wait for mutex release
",987:"
inline bool Mutex_Gate(
u8 mutex
)
Gate for mutex
"});