uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
Data Fields
SceKernelSMOption Struct Reference

#include <modulemgr_options.h>

Data Fields

SceSize size
 
SceUID mpIdStack
 
SceSize stackSize
 
s32 priority
 
u32 attribute
 

Detailed Description

This structure specifies options for starting/stopping a module.

Field Documentation

◆ size

SceSize SceKernelSMOption::size

The size of the structure. size = sizeof(SceKernelSMOption).

◆ mpIdStack

SceUID SceKernelSMOption::mpIdStack

Partition of the stack of the running thread. If 0 is specified then the stack is allocated in the same partition as the data segment of the module.

◆ stackSize

SceSize SceKernelSMOption::stackSize

Stack size. If 0 is specified then the default system value is used.

◆ priority

s32 SceKernelSMOption::priority

Priority of the running thread.

◆ attribute

u32 SceKernelSMOption::attribute

Attribute of the running thread.


The documentation for this struct was generated from the following file: