[][src]Function pspsdk_sys::sdk::sceKernelReferThreadRunStatus

pub unsafe extern "C" fn sceKernelReferThreadRunStatus(
    thid: SceUID,
    status: *mut SceKernelThreadRunStatus
) -> c_int

Retrive the runtime status of a thread.

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

@return 0 if successful, otherwise the error code.