#include <sys/time.h>
Go to the source code of this file.
|
| bool | operator!= (const timespec &a, const timespec &b) |
| |
| timespec | operator+ (const timespec &a, const timespec &b) |
| |
| timespec | operator- (const timespec &a, const timespec &b) |
| |
| bool | operator< (const timespec &a, const timespec &b) |
| |
| bool | operator<= (const timespec &a, const timespec &b) |
| |
| bool | operator== (const timespec &a, const timespec &b) |
| |
| bool | operator> (const timespec &a, const timespec &b) |
| |
| bool | operator>= (const timespec &a, const timespec &b) |
| |
| bool operator!= |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |
| timespec operator+ |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
| timespec operator- |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
| bool operator< |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |
| bool operator<= |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |
| bool operator== |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |
| bool operator> |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |
| bool operator>= |
( |
const timespec & |
a, |
|
|
const timespec & |
b |
|
) |
| |
|
inline |