Skip to main content

sceKernelGetThreadKernelStackFreeSize

Function sceKernelGetThreadKernelStackFreeSize 

Source
pub unsafe extern "C" fn sceKernelGetThreadKernelStackFreeSize(
    thid: SceUID,
) -> c_int
Expand description

Get the free stack space on the kernel thread

@param thid - The UID of the thread

@return The free stack space, < 0 on error