SSBM Decomp
Loading...
Searching...
No Matches
mutex_TRK.h
Go to the documentation of this file.
1#ifndef _METROTRK_MUTEX_TRK_H
2#define _METROTRK_MUTEX_TRK_H
3
4#include <MetroTRK/dserror.h>
5
6typedef unsigned int DSMutex;
7
11
12#endif
DSError
Definition dserror.h:4
DSError TRKAcquireMutex(void *p1)
Definition mutex_TRK.c:10
DSError TRKInitializeMutex(void *p1)
Definition mutex_TRK.c:5
unsigned int DSMutex
Definition mutex_TRK.h:6
DSError TRKReleaseMutex(void *p1)
Definition mutex_TRK.c:15