Function sceKernelSetSysClockAlarm
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceKernelSetSysClockAlarm(
clock: *mut SceKernelSysClock,
handler: *mut SceKernelAlarmHandler,
common: *mut c_void,
) -> SceUid
Expand description
Set an alarm using a SceKernelSysClock structure for the time
§Parameters
clock: Pointer to a SceKernelSysClock structure
handler: Pointer to a SceKernelAlarmHandler
common: Common pointer for the alarm handler.
§Return Value
A UID representing the created alarm, < 0 on error.