[][src]Function pspsdk_sys::sdk::sceKernelGetThreadStackFreeSize

pub unsafe extern "C" fn sceKernelGetThreadStackFreeSize(thid: SceUID) -> c_int

Get the free stack size for a thread.

@param thid - The thread ID. Seem to take current thread if set to 0.

@return The free size.