ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
ee_sema_t Struct Reference

#include <kernel.h>

Data Fields

int count
 
int max_count
 
int init_count
 
int wait_threads
 
u32 attr
 
u32 option
 

Detailed Description

Definition at line 214 of file kernel.h.

Field Documentation

◆ attr

u32 ee_sema_t::attr

Definition at line 220 of file kernel.h.

Referenced by main(), NetManInitRPCClient(), ps2ip_init(), sys_init(), sys_mbox_new(), and sys_sem_new().

◆ count

int ee_sema_t::count

Definition at line 216 of file kernel.h.

Referenced by main().

◆ init_count

int ee_sema_t::init_count

◆ max_count

int ee_sema_t::max_count

◆ option

u32 ee_sema_t::option

◆ wait_threads

int ee_sema_t::wait_threads

Definition at line 219 of file kernel.h.


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