Function psp::sys::sceKernelReferThreadRunStatus

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelReferThreadRunStatus(
    thid: SceUid,
    status: *mut SceKernelThreadRunStatus
) -> i32
Expand description

Retrive the runtime status of a thread.

§Parameters

  • thid: UID of the thread to retrive status.
  • status: Pointer to a SceKernelThreadRunStatus struct to receive the runtime status.

§Return Value

0 if successful, otherwise the error code.