ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#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 |
u32 ee_thread_t::attr |
Definition at line 233 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), and sys_thread_new().
void* ee_thread_t::func |
Definition at line 227 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), SIOR_Init(), and sys_thread_new().
void* ee_thread_t::gp_reg |
Definition at line 230 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), SIOR_Init(), and sys_thread_new().
int ee_thread_t::initial_priority |
Definition at line 231 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), SIOR_Init(), and sys_thread_new().
u32 ee_thread_t::option |
Definition at line 234 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), and sys_thread_new().
void* ee_thread_t::stack |
Definition at line 228 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), SIOR_Init(), and sys_thread_new().
int ee_thread_t::stack_size |
Definition at line 229 of file kernel.h.
Referenced by audsrv_init(), NetManInitRPCClient(), NetManInitRPCServer(), poweroffInit(), SIOR_Init(), and sys_thread_new().