PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Data Fields
SceKernelMutexInfo Struct Reference

#include <threadmgr.h>

Data Fields

SceSize size
SceUID mutexId
char name [32]
SceUInt attr
int initCount
int currentCount
SceUID currentOwnerId
int numWaitThreads

Detailed Description

Current state of a mutex.

See also:
sceKernelGetMutexInfo.

Field Documentation

Attributes.

The current count.

The UID of the current owner of the mutex.

The initial count the mutex was created with.

The UID of the mutex.

NUL-terminated name of the mutex.

The number of threads waiting on the mutex.

Size of the SceKernelMutexInfo structure.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines