Tizen RT Libs&Environment  v1.1 D4
itimerspec Struct Reference

Struct itimerspec is used to define settings for an interval timer. More...

#include <time.h>

Collaboration diagram for itimerspec:

Data Fields

struct timespec it_value
 
struct timespec it_interval
 

Detailed Description

Struct itimerspec is used to define settings for an interval timer.

Definition at line 190 of file time.h.

Field Documentation

◆ it_interval

struct timespec it_interval

Definition at line 192 of file time.h.

◆ it_value

struct timespec it_value

Definition at line 191 of file time.h.


The documentation for this struct was generated from the following file: