[][src]Function pspsdk_sys::sdk::sceKernelStartThread

pub unsafe extern "C" fn sceKernelStartThread(
    thid: SceUID,
    arglen: SceSize,
    argp: *mut c_void
) -> c_int

Start a created thread

@param thid - Thread id from sceKernelCreateThread @param arglen - Length of the data pointed to by argp, in bytes @param argp - Pointer to the arguments.