Commit 7e22b302 by Abseil Team Committed by Copybara-Service

Nop change.

PiperOrigin-RevId: 530238518
Change-Id: I2bfca582c0734f7e6943c5359730a2857809e2d2
parent 419b54d4
...@@ -63,7 +63,6 @@ bool FutexWaiter::Wait(KernelTimeout t) { ...@@ -63,7 +63,6 @@ bool FutexWaiter::Wait(KernelTimeout t) {
// Note that, since the thread ticker is just reset, we don't need to check // Note that, since the thread ticker is just reset, we don't need to check
// whether the thread is idle on the very first pass of the loop. // whether the thread is idle on the very first pass of the loop.
bool first_pass = true; bool first_pass = true;
while (true) { while (true) {
int32_t x = futex_.load(std::memory_order_relaxed); int32_t x = futex_.load(std::memory_order_relaxed);
while (x != 0) { while (x != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment