5#define MTX_STATUS_UNLOCKED 0
6#define MTX_STATUS_LOCKED 1
LIST_ENTRY(Mutex) buckets
void Mutex_Destroy(Mutex *mtx)
void Mutex_Unlock(Mutex *mtx)
void Mutex_Lock(Mutex *mtx)
void Mutex_Init(Mutex *mtx, const char *name)
int Mutex_TryLock(Mutex *mtx)