Skip to main content

sceKernelReferThreadRunStatus

Function sceKernelReferThreadRunStatus 

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