Struct timespec

Struct Documentation

struct timespec

Defined by POSIX Real Time.

This is defined by POSIX Real Time. It requires two mandatory fields:

  • time_t tv_sec - Number of seconds since 1970 (The POSIX epoch)

  • long tv_nsec - nanoseconds within a second