SSBM Decomp
Loading...
Searching...
No Matches
OSMutex.h File Reference
#include <platform.h>
#include <dolphin/os/OSThread.h>

Go to the source code of this file.

Data Structures

struct  OSMutex
 

Functions

void OSInitMutex (OSMutex *)
 
void OSLockMutex (OSMutex *)
 
void OSUnlockMutex (OSMutex *)
 
void __OSUnlockAllMutex (OSThread *)
 
bool OSTryLockMutex (OSMutex *)
 
bool __OSCheckDeadLock (OSThread *thread)
 
bool __OSCheckMutexes (OSThread *thread)
 
bool __OSCheckMutex (OSMutex *mutex)
 

Function Documentation

◆ OSInitMutex()

void OSInitMutex ( OSMutex )

◆ OSLockMutex()

void OSLockMutex ( OSMutex )

◆ OSUnlockMutex()

void OSUnlockMutex ( OSMutex )

◆ __OSUnlockAllMutex()

void __OSUnlockAllMutex ( OSThread thread)

◆ OSTryLockMutex()

bool OSTryLockMutex ( OSMutex )

◆ __OSCheckDeadLock()

bool __OSCheckDeadLock ( OSThread thread)

◆ __OSCheckMutexes()

bool __OSCheckMutexes ( OSThread thread)

◆ __OSCheckMutex()

bool __OSCheckMutex ( OSMutex mutex)