Function psp::sys::sceKernelGetThreadStackFreeSize[][src]

#[no_mangle]
pub unsafe extern "C" fn sceKernelGetThreadStackFreeSize(
    thid: SceUid
) -> i32
Expand description

Get the free stack size for a thread.

Parameters

  • thid: The thread ID. Seem to take current thread if set to 0.

Return Value

The free size.