#include <waiter.h>
Definition at line 57 of file waiter.h.
absl::synchronization_internal::Waiter::Waiter |
( |
| ) |
|
|
delete |
absl::synchronization_internal::Waiter::Waiter |
( |
const Waiter & |
| ) |
|
|
delete |
void absl::synchronization_internal::Waiter::Init |
( |
| ) |
|
Waiter& absl::synchronization_internal::Waiter::operator= |
( |
const Waiter & |
| ) |
|
|
delete |
void absl::synchronization_internal::Waiter::Poke |
( |
| ) |
|
void absl::synchronization_internal::Waiter::Post |
( |
| ) |
|
bool absl::synchronization_internal::Waiter::Wait |
( |
KernelTimeout |
t | ) |
|
pthread_cond_t absl::synchronization_internal::Waiter::cv_ |
|
private |
const int absl::synchronization_internal::Waiter::kIdlePeriods = 60 |
|
static |
pthread_mutex_t absl::synchronization_internal::Waiter::mu_ |
|
private |
std::atomic<int> absl::synchronization_internal::Waiter::waiter_count_ |
|
private |
std::atomic<int> absl::synchronization_internal::Waiter::wakeup_count_ |
|
private |
The documentation for this class was generated from the following files: