REpsp2
PSP2 OS reverse engineering
Loading...
Searching...
No Matches
spinlock.h File Reference
#include <scetypes.h>

Go to the source code of this file.

Typedefs

typedef SceUInt32 SceKernelSpinlock
typedef SceUInt32 SceKernelRWSpinlock
 Read-write spinlock.

Typedef Documentation

◆ SceKernelRWSpinlock

Read-write spinlock.

Can be owned by one thread in Write mode or multiple threads in Read mode.

Definition at line 16 of file spinlock.h.

◆ SceKernelSpinlock

Single-owner spinlock

Definition at line 8 of file spinlock.h.