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 <platform.h>
5
6#include "MetroTRK/dserror.h"
7
8typedef unsigned int DSMutex;
9
10DSError TRKReleaseMutex(void* p1);
11DSError TRKAcquireMutex(void* p1);
13
14#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:8
DSError TRKReleaseMutex(void *p1)
Definition mutex_TRK.c:15