Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JASMutex.h
Go to the documentation of this file.
1
#ifndef JASMUTEX_H
2
#define JASMUTEX_H
3
4
#include "
dolphin/os/OSMutex.h
"
5
10
struct
JASMutexLock
{
11
JASMutexLock
(
OSMutex
* mutex) {
12
mMutex
= mutex;
13
OSLockMutex
(
mMutex
);
14
}
15
~JASMutexLock
() {
OSUnlockMutex
(
mMutex
); }
16
17
/* 0x0 */
OSMutex
*
mMutex
;
18
};
19
20
#endif
OSUnlockMutex
void OSUnlockMutex(OSMutex *mutex)
Definition
OSMutex.c:88
OSLockMutex
void OSLockMutex(OSMutex *mutex)
Definition
OSMutex.c:62
OSMutex.h
JASMutexLock
Definition
JASMutex.h:10
JASMutexLock::JASMutexLock
JASMutexLock(OSMutex *mutex)
Definition
JASMutex.h:11
JASMutexLock::~JASMutexLock
~JASMutexLock()
Definition
JASMutex.h:15
JASMutexLock::mMutex
OSMutex * mMutex
Definition
JASMutex.h:17
OSMutex
Definition
OSMutex.h:10
include
JSystem
JAudio2
JASMutex.h
Generated by
1.9.8