OpenSuSE Man Pages

Man Page or Keyword Search:
Man Architecture
Apropos Keyword Search (all sections) Output format
home | help
x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
itimerspec(3type)                                            itimerspec(3type)

NAME
       timespec - interval for a timer with nanosecond precision

LIBRARY
       Standard C library (libc)

SYNOPSIS
       #include <time.h>

       struct itimerspec {
           struct timespec  it_interval;  /* Interval for periodic timer */
           struct timespec  it_value;     /* Initial expiration */
       };

DESCRIPTION
       Describes  the initial expiration of a timer, and its interval, in sec-
       onds and nanoseconds.

STANDARDS
       Linux.

NOTES
       The following header also provides this type: <sys/timerfd.h>.

SEE ALSO
       timerfd_create(2), timer_settime(2), timespec(3type)

Linux man-pages 6.04              2023-03-30                 itimerspec(3type)

Want to link to this manual page? Use this URL:
<
http://star2.abcm.com/cgi-bin/bsdi-man?query=itimerspec&sektion=3type&manpath=>

home | help