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

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

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.