Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
7e22b302
Commit
7e22b302
authored
May 08, 2023
by
Abseil Team
Committed by
Copybara-Service
May 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nop change.
PiperOrigin-RevId: 530238518 Change-Id: I2bfca582c0734f7e6943c5359730a2857809e2d2
parent
419b54d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
absl/synchronization/internal/futex_waiter.cc
+0
-1
No files found.
absl/synchronization/internal/futex_waiter.cc
View file @
7e22b302
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment