Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Commits
442dab4b
Commit
442dab4b
authored
3 years ago
by
Florian Schmaus
Browse files
Options
Downloads
Plain Diff
Merge branch 'make-futex-32bit' into 'master'
[SpuriousFutexSemaphore] futex are 32 bits on all platforms See merge request
!300
parents
0ff7ac2e
45202cf8
No related branches found
No related tags found
1 merge request
!300
[SpuriousFutexSemaphore] futex are 32 bits on all platforms
Pipeline
#74571
passed
3 years ago
Stage: smoke-test
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
emper/lib/sync/SpuriousFutexSemaphore.hpp
+1
-1
1 addition, 1 deletion
emper/lib/sync/SpuriousFutexSemaphore.hpp
with
1 addition
and
1 deletion
emper/lib/sync/SpuriousFutexSemaphore.hpp
+
1
−
1
View file @
442dab4b
...
...
@@ -20,7 +20,7 @@ namespace emper::lib::sync {
// by only using a single atomic operation and a possible system call per method.
class
SpuriousFutexSemaphore
{
public:
using
CounterType
=
long
;
using
CounterType
=
int32_t
;
private:
// >= 0 means no waiters
...
...
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