We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419b54d commit 7e22b30Copy full SHA for 7e22b30
absl/synchronization/internal/futex_waiter.cc
@@ -63,7 +63,6 @@ bool FutexWaiter::Wait(KernelTimeout t) {
63
// Note that, since the thread ticker is just reset, we don't need to check
64
// whether the thread is idle on the very first pass of the loop.
65
bool first_pass = true;
66
-
67
while (true) {
68
int32_t x = futex_.load(std::memory_order_relaxed);
69
while (x != 0) {
0 commit comments