Skip to main content

sceKernelGetThreadExitStatus

Function sceKernelGetThreadExitStatus 

Source
pub unsafe extern "C" fn sceKernelGetThreadExitStatus(
    thid: SceUID,
) -> c_int
Expand description

Get the exit status of a thread.

@param thid - The UID of the thread to check.

@return The exit status