#include <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. | |
SceThreadContext * | thContext |
Thread Context. | |
float * | vfpuContext |
VFPU Context. | |
void * | retAddr |
Return address from syscall. | |
SceUInt | unknown1 |
Unknown, possibly size of SC context. | |
SceSCContext * | scContext |
Syscall Context. |
Size of the structure.
char SceKernelThreadKInfo::name[32] |
Nul terminated name of the thread.
Thread attributes.
Thread status.
Thread entry point.
Thread stack pointer.
Thread stack size.
Kernel stack pointer.
Kernel stack size.
Pointer to the gp.
Size of args.
Pointer to args.
Initial priority.
Current priority.
Wait type.
Wait id.
Wakeup count.
Number of clock cycles run.
Interrupt preemption count.
Thread preemption count.
Release count.
struct SceThreadContext* SceKernelThreadKInfo::thContext [read] |
Thread Context.
VFPU Context.
Return address from syscall.
Unknown, possibly size of SC context.
struct SceSCContext* SceKernelThreadKInfo::scContext [read] |
Syscall Context.