Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   setitimer.3p    ( 3 )

установить значение интервального таймера (set the value of an interval timer)

Пролог (Prolog)

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.


Имя (Name)

setitimer — set the value of an interval timer


Синопсис (Synopsis)

#include <sys/time.h>

int setitimer(int which, const struct itimerval *restrict value, struct itimerval *restrict ovalue);


Описание (Description)

Refer to getitimer(3p).