PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
SceLwMutexWorkarea Struct Reference

Struct as workarea for lightweight mutex. More...

#include <user/pspthreadman.h>

Data Fields

int lockLevel
 Count.
 
SceUID lockThread
 Locking thread.
 
int attr
 Attribute.
 
int numWaitThreads
 Number of waiting threads.
 
SceUID uid
 UID.
 
int pad [3]
 Padding.
 

Detailed Description

Struct as workarea for lightweight mutex.

Field Documentation

◆ attr

int SceLwMutexWorkarea::attr

Attribute.

◆ lockLevel

int SceLwMutexWorkarea::lockLevel

Count.

◆ lockThread

SceUID SceLwMutexWorkarea::lockThread

Locking thread.

◆ numWaitThreads

int SceLwMutexWorkarea::numWaitThreads

Number of waiting threads.

◆ pad

int SceLwMutexWorkarea::pad[3]

Padding.

◆ uid

SceUID SceLwMutexWorkarea::uid

UID.


The documentation for this struct was generated from the following file: