Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
abseil-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Third Party Libraries
abseil-cpp
Commits
98bff8b2
Commit
98bff8b2
authored
7 years ago
by
Bulat Musin
Committed by
Derek Mauro
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Merge #78: Fix typo in thread_identity.h
parent
df3af0d0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
absl/base/internal/thread_identity.h
+1
-1
1 addition, 1 deletion
absl/base/internal/thread_identity.h
with
1 addition
and
1 deletion
absl/base/internal/thread_identity.h
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment