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
8
typedef
unsigned
int
DSMutex
;
9
10
DSError
TRKReleaseMutex
(
void
* p1);
11
DSError
TRKAcquireMutex
(
void
* p1);
12
DSError
TRKInitializeMutex
(
void
* p1);
13
14
#endif
dserror.h
DSError
DSError
Definition
dserror.h:4
TRKAcquireMutex
DSError TRKAcquireMutex(void *p1)
Definition
mutex_TRK.c:10
TRKInitializeMutex
DSError TRKInitializeMutex(void *p1)
Definition
mutex_TRK.c:5
DSMutex
unsigned int DSMutex
Definition
mutex_TRK.h:8
TRKReleaseMutex
DSError TRKReleaseMutex(void *p1)
Definition
mutex_TRK.c:15
platform.h
src
MetroTRK
mutex_TRK.h
Generated by
1.9.8