Public Member Functions | |
int refcount | ABSL_GUARDED_BY (synch_event_mu) |
int refcount | ABSL_GUARDED_BY (synch_event_mu) |
SynchEvent *next | ABSL_GUARDED_BY (synch_event_mu) |
SynchEvent *next | ABSL_GUARDED_BY (synch_event_mu) |
Public Attributes | |
void * | arg |
void(* | invariant )(void *arg) |
bool | log |
uintptr_t | masked_addr |
char | name [1] |
Definition at line 297 of file abseil-cpp/absl/synchronization/mutex.cc.
int refcount absl::SynchEvent::ABSL_GUARDED_BY | ( | synch_event_mu | ) |
int refcount absl::SynchEvent::ABSL_GUARDED_BY | ( | synch_event_mu | ) |
SynchEvent* next absl::SynchEvent::ABSL_GUARDED_BY | ( | synch_event_mu | ) |
SynchEvent* next absl::SynchEvent::ABSL_GUARDED_BY | ( | synch_event_mu | ) |
void * absl::SynchEvent::arg |
Definition at line 311 of file abseil-cpp/absl/synchronization/mutex.cc.
void(* absl::SynchEvent::invariant)(void *arg) |
Definition at line 310 of file abseil-cpp/absl/synchronization/mutex.cc.
bool absl::SynchEvent::log |
Definition at line 312 of file abseil-cpp/absl/synchronization/mutex.cc.
uintptr_t absl::SynchEvent::masked_addr |
Definition at line 305 of file abseil-cpp/absl/synchronization/mutex.cc.
char absl::SynchEvent::name |
Definition at line 315 of file abseil-cpp/absl/synchronization/mutex.cc.