pub unsafe extern "C" fn sceKernelReferThreadRunStatus(
thid: SceUID,
status: *mut SceKernelThreadRunStatus,
) -> c_intExpand description
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.