psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
sys_lwmutex_attr Struct Reference

Lightweight mutex attributes data structure. More...

#include <mutex.h>

Data Fields

u32 attr_protocol
 Scheduling policy.
 
u32 attr_recursive
 Recursive setting.
 
char name [8]
 Lightweight mutex name.
 

Detailed Description

Lightweight mutex attributes data structure.

Definition at line 41 of file mutex.h.

Field Documentation

◆ attr_protocol

u32 sys_lwmutex_attr::attr_protocol

Scheduling policy.

Possible values are:

Definition at line 50 of file mutex.h.

◆ attr_recursive

u32 sys_lwmutex_attr::attr_recursive

Recursive setting.

Possible values are:

Definition at line 57 of file mutex.h.

◆ name

char sys_lwmutex_attr::name[8]

Lightweight mutex name.

Definition at line 59 of file mutex.h.


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