struct SpinLockWaitTransition

Defined at line 32 of file ../../third_party/abseil-cpp/absl/base/internal/spinlock_wait.h

SpinLockWait() waits until it can perform one of several transitions from

"from" to "to". It returns when it performs a transition where done==true.

Public Members

uint32_t from
uint32_t to
bool done