CS350 COS
COS
|
Go to the source code of this file.
Functions | |
void | CoreMutex_Init (CoreMutex *mtx) |
void | CoreMutex_Lock (CoreMutex *mtx) |
bool | CoreMutex_TryLock (CoreMutex *mtx) |
void | CoreMutex_Unlock (CoreMutex *mtx) |
void CoreMutex_Init | ( | CoreMutex * | mtx | ) |
void CoreMutex_Lock | ( | CoreMutex * | mtx | ) |
Definition at line 16 of file mutex.c.