sys_timer_create

Function sys_timer_create 

Source
pub fn sys_timer_create(
    _locked: &mut Locked<Unlocked>,
    current_task: &CurrentTask,
    clock_id: ClockId,
    event: MultiArchUserRef<sigevent, sigevent>,
    timerid: UserRef<TimerId>,
) -> Result<(), Errno>