TizenRT Libs&Environment  v2.0 M2
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 198 of file time.h.

Field Documentation

struct timespec it_interval

Definition at line 200 of file time.h.

struct timespec it_value

Definition at line 199 of file time.h.


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