itimerspec

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

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 seconds and nanoseconds.  

STANDARDS

Linux-specific.  

NOTES

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

SEE ALSO

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


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 10:10:29 GMT, May 18, 2024