Skip to main content

sceKernelIsUserModeThread

Function sceKernelIsUserModeThread 

Source
pub unsafe extern "C" fn sceKernelIsUserModeThread() -> c_int
Expand description

Checks if the current thread is a usermode thread

@return 0 if kernel, 1 if user, < 0 on error