SSBM Decomp
Loading...
Searching...
No Matches
OSMutex.h File Reference

Go to the source code of this file.

Data Structures

struct  OSMutex
struct  OSCond

Functions

void OSInitMutex (struct OSMutex *mutex)
void OSLockMutex (struct OSMutex *mutex)
void OSUnlockMutex (struct OSMutex *mutex)
BOOL OSTryLockMutex (struct OSMutex *mutex)
void OSInitCond (struct OSCond *cond)
void OSWaitCond (struct OSCond *cond, struct OSMutex *mutex)
void OSSignalCond (struct OSCond *cond)

Function Documentation

◆ OSInitMutex()

void OSInitMutex ( struct OSMutex * mutex)

◆ OSLockMutex()

void OSLockMutex ( struct OSMutex * mutex)

◆ OSUnlockMutex()

void OSUnlockMutex ( struct OSMutex * mutex)

◆ OSTryLockMutex()

BOOL OSTryLockMutex ( struct OSMutex * mutex)

◆ OSInitCond()

void OSInitCond ( struct OSCond * cond)

◆ OSWaitCond()

void OSWaitCond ( struct OSCond * cond,
struct OSMutex * mutex )

◆ OSSignalCond()

void OSSignalCond ( struct OSCond * cond)