|
void | assert_same_clock (PosixTimestamp const &a, PosixTimestamp const &b) |
|
bool | operator== (PosixTimestamp const &a, PosixTimestamp const &b) |
|
PosixTimestamp | operator- (PosixTimestamp const &a, std::chrono::nanoseconds b) |
|
std::chrono::nanoseconds | operator- (PosixTimestamp const &a, PosixTimestamp const &b) |
|
PosixTimestamp | operator+ (PosixTimestamp const &a, std::chrono::nanoseconds b) |
|
std::chrono::nanoseconds | operator% (PosixTimestamp const &a, std::chrono::nanoseconds b) |
|
bool | operator> (PosixTimestamp const &a, PosixTimestamp const &b) |
|
bool | operator< (PosixTimestamp const &a, PosixTimestamp const &b) |
|
bool | operator>= (PosixTimestamp const &a, PosixTimestamp const &b) |
|
bool | operator<= (PosixTimestamp const &a, PosixTimestamp const &b) |
|
void | sleep_until (PosixTimestamp const &t) |
|