|
PS2SDK
PS2 Homebrew Libraries
|
Collaboration diagram for TCB:Data Fields | |
| struct TCB * | next |
| struct TCB * | prev |
| int | status |
| void(* | entry )(void *) |
| void * | stack_res |
| void * | gpReg |
| short | currentPriority |
| short | initPriority |
| int | waitSema |
| int | semaId |
| int | wakeupCount |
| int | attr |
| int | option |
| void(* | entry_ )(void *) |
| int | argc |
| char * | argstring |
| void * | stack |
| int | stackSize |
| int(* | root )() |
| void * | heap_base |