sys_alarm [kernel/time.c] | ||||
Arguments
Return values If the there was previously scheduled alarm the return value is a number of seconds until the previous request would have generated a SIGALRM signal. Remarks Only one SIGALRM generation can be scheduled. If there is already a scheduled alarm, it will be rescheduled on each sequent call to sys_alarm. Compatibility n/a |