#include <kernel_timeout.h>
Public Member Functions | |
bool | has_timeout () const |
KernelTimeout (absl::Time t) | |
KernelTimeout () | |
Static Public Member Functions | |
static KernelTimeout | Never () |
Private Member Functions | |
struct timespec | MakeAbsTimespec () |
Static Private Member Functions | |
static int64_t | MakeNs (absl::Time t) |
Private Attributes | |
int64_t | ns_ |
Friends | |
class | Futex |
class | Waiter |
Definition at line 42 of file kernel_timeout.h.
absl::synchronization_internal::KernelTimeout::KernelTimeout | ( | absl::Time | t | ) | [inline, explicit] |
Definition at line 47 of file kernel_timeout.h.
Definition at line 49 of file kernel_timeout.h.
bool absl::synchronization_internal::KernelTimeout::has_timeout | ( | ) | const [inline] |
Definition at line 57 of file kernel_timeout.h.
struct timespec absl::synchronization_internal::KernelTimeout::MakeAbsTimespec | ( | ) | [inline, read, private] |
Definition at line 86 of file kernel_timeout.h.
static int64_t absl::synchronization_internal::KernelTimeout::MakeNs | ( | absl::Time | t | ) | [inline, static, private] |
Definition at line 66 of file kernel_timeout.h.
static KernelTimeout absl::synchronization_internal::KernelTimeout::Never | ( | ) | [inline, static] |
Definition at line 52 of file kernel_timeout.h.
friend class Futex [friend] |
Definition at line 146 of file kernel_timeout.h.
friend class Waiter [friend] |
Definition at line 147 of file kernel_timeout.h.
int64_t absl::synchronization_internal::KernelTimeout::ns_ [private] |
Definition at line 64 of file kernel_timeout.h.