Function psp::sys::sceKernelResumeDispatchThread

source ·
#[no_mangle]
pub unsafe extern "C" fn sceKernelResumeDispatchThread(
    state: i32
) -> i32
Expand description

Resume the dispatch thread

§Parameters

  • state: The state of the dispatch thread (from sceKernelSuspendDispatchThread)

§Return Value

0 on success, < 0 on error