Synopsis
typedef struct {
  __time64_t tv_sec;
  long tv_nsec;
} __timespec64;
Description

__timespec64 structure has the following fields.

Member Description
tv_sec the number of seconds
tv_nsect the number of nanoseconds