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

#include <kernel.h>

Data Fields

int status
 
void * func
 
void * stack
 
int stack_size
 
void * gp_reg
 
int initial_priority
 
int current_priority
 
u32 attr
 
u32 option
 

Detailed Description

Definition at line 224 of file kernel.h.

Field Documentation

◆ attr

u32 ee_thread_t::attr

◆ current_priority

int ee_thread_t::current_priority

Definition at line 232 of file kernel.h.

◆ func

void* ee_thread_t::func

◆ gp_reg

void* ee_thread_t::gp_reg

◆ initial_priority

int ee_thread_t::initial_priority

◆ option

u32 ee_thread_t::option

◆ stack

void* ee_thread_t::stack

◆ stack_size

int ee_thread_t::stack_size

◆ status

int ee_thread_t::status

Definition at line 226 of file kernel.h.


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