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

Condition variable attributes data structure. More...

#include <cond.h>

Data Fields

u32 attr_pshared
 Pshared flag. Must be 0 or SYS_COND_ATTR_PSHARED.
 
s32 flags
 
u64 key
 
char name [8]
 

Detailed Description

Condition variable attributes data structure.

Definition at line 18 of file cond.h.

Field Documentation

◆ attr_pshared

u32 sys_cond_attr::attr_pshared

Pshared flag. Must be 0 or SYS_COND_ATTR_PSHARED.

Definition at line 21 of file cond.h.

◆ flags

s32 sys_cond_attr::flags

Flags.

Definition at line 22 of file cond.h.

◆ key

u64 sys_cond_attr::key

Key.

Definition at line 23 of file cond.h.

◆ name

char sys_cond_attr::name[8]

Name.

Definition at line 24 of file cond.h.


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