#include <pspthreadman.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 * | gpReg |
Pointer to the gp. | |
int | initPriority |
Initial priority. | |
int | currentPriority |
Current priority. | |
int | waitType |
Wait type. | |
SceUID | waitId |
Wait id. | |
int | wakeupCount |
Wakeup count. | |
int | exitStatus |
Exit status of the thread. | |
SceKernelSysClock | runClocks |
Number of clock cycles run. | |
SceUInt | intrPreemptCount |
Interrupt preemption count. | |
SceUInt | threadPreemptCount |
Thread preemption count. | |
SceUInt | releaseCount |
Release count. |
Size of the structure.
char SceKernelThreadInfo::name[32] |
Nul terminated name of the thread.
Thread attributes.
Thread status.
Thread entry point.
Thread stack pointer.
Thread stack size.
Pointer to the gp.
Initial priority.
Current priority.
Wait type.
Wait id.
Wakeup count.
Exit status of the thread.
Number of clock cycles run.
Interrupt preemption count.
Thread preemption count.
Release count.