sceKernelCreateVTimer

Function sceKernelCreateVTimer 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sceKernelCreateVTimer( name: *const u8, opt: *mut SceKernelVTimerOptParam, ) -> SceUid
Expand description

Create a virtual timer

§Parameters

  • name: Name for the timer.
  • opt: Pointer to an SceKernelVTimerOptParam (can be set to null)

§Return Value

The VTimer’s UID or < 0 on error.