wut
1.0.0-beta8
Wii U Toolchain
|
Go to the source code of this file.
Typedefs | |
typedef struct OSSpinLock | OSSpinLock |
Functions | |
struct | WUT_ALIGNAS (16) OSSpinLock |
void | OSInitSpinLock (OSSpinLock *spinlock) |
BOOL | OSAcquireSpinLock (OSSpinLock *spinlock) |
BOOL | OSTryAcquireSpinLock (OSSpinLock *spinlock) |
BOOL | OSTryAcquireSpinLockWithTimeout (OSSpinLock *spinlock, OSTime timeout) |
BOOL | OSReleaseSpinLock (OSSpinLock *spinlock) |
BOOL | OSUninterruptibleSpinLock_Acquire (OSSpinLock *spinlock) |
BOOL | OSUninterruptibleSpinLock_TryAcquire (OSSpinLock *spinlock) |
BOOL | OSUninterruptibleSpinLock_TryAcquireWithTimeout (OSSpinLock *spinlock, OSTime timeout) |
BOOL | OSUninterruptibleSpinLock_Release (OSSpinLock *spinlock) |