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
98bff8b2
Commit
98bff8b2
authored
Jan 10, 2018
by
Bulat Musin
Committed by
Derek Mauro
Jan 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge #78: Fix typo in thread_identity.h
parent
df3af0d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/base/internal/thread_identity.h
+1
-1
No files found.
absl/base/internal/thread_identity.h
View file @
98bff8b2
...
...
@@ -61,7 +61,7 @@ struct PerThreadSynch {
PerThreadSynch
*
next
;
// Circular waiter queue; initialized to 0.
PerThreadSynch
*
skip
;
// If non-zero, all entries in Mutex queue
// upto and including "skip" have same
// up
to and including "skip" have same
// condition as this, and will be woken later
bool
may_skip
;
// if false while on mutex queue, a mutex unlocker
// is using this PerThreadSynch as a terminator. Its
...
...
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