Structure to hold the status information for a thread (kernel form) 1.5 form. More...
#include <src/kernel/pspthreadman_kernel.h>

Data Fields | |
| SceSize | size |
| Size of the structure. | |
| char | name [32] |
| Nul terminated name of the thread. | |
| SceUInt | attr |
| Thread attributes. | |
| int | status |
| Thread status. | |
| SceKernelThreadEntry | entry |
| Thread entry point. | |
| void * | stack |
| Thread stack pointer. | |
| int | stackSize |
| Thread stack size. | |
| void * | kstack |
| Kernel stack pointer. | |
| void * | kstackSize |
| Kernel stack size. | |
| void * | gpReg |
| Pointer to the gp. | |
| SceSize | args |
| Size of args. | |
| void * | argp |
| Pointer to args. | |
| int | initPriority |
| Initial priority. | |
| int | currentPriority |
| Current priority. | |
| int | waitType |
| Wait type. | |
| SceUID | waitId |
| Wait id. | |
| int | wakeupCount |
| Wakeup count. | |
| SceKernelSysClock | runClocks |
| Number of clock cycles run. | |
| SceUInt | intrPreemptCount |
| Interrupt preemption count. | |
| SceUInt | threadPreemptCount |
| Thread preemption count. | |
| SceUInt | releaseCount |
| Release count. | |
| struct SceThreadContext * | thContext |
| Thread Context. | |
| float * | vfpuContext |
| VFPU Context. | |
| void * | retAddr |
| Return address from syscall. | |
| SceUInt | unknown1 |
| Unknown, possibly size of SC context. | |
| struct SceSCContext * | scContext |
| Syscall Context. | |
Structure to hold the status information for a thread (kernel form) 1.5 form.
Pointer to args.
Size of args.
Thread attributes.
Current priority.
Thread entry point.
Pointer to the gp.
Initial priority.
Interrupt preemption count.
Kernel stack pointer.
Kernel stack size.
| char SceKernelThreadKInfo::name[32] |
Nul terminated name of the thread.
Release count.
Return address from syscall.
Number of clock cycles run.
Syscall Context.
Size of the structure.
Thread stack pointer.
Thread stack size.
Thread status.
Thread Context.
Thread preemption count.
Unknown, possibly size of SC context.
VFPU Context.
Wait id.
Wait type.
Wakeup count.
1.7.1