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
7b2381fb
Commit
7b2381fb
authored
4 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
[meson] use a more high-level name and description for the userspace-RCU option
parent
2f4a77ce
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
register each worker thread for userspace RCU using the default flavor
Pipeline
#52114
passed
4 years ago
Stage: smoke-test
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
meson.build
+1
-1
1 addition, 1 deletion
meson.build
meson_options.txt
+2
-2
2 additions, 2 deletions
meson_options.txt
with
3 additions
and
3 deletions
meson.build
+
1
−
1
View file @
7b2381fb
...
...
@@ -19,7 +19,7 @@ run_target('iwyu',
command
:
'tools/check-iwyu'
)
conf_data
=
configuration_data
()
conf_data
.
set
(
'EMPER_LIBURCU'
,
get_option
(
'
libu
rcu'
))
conf_data
.
set
(
'EMPER_LIBURCU'
,
get_option
(
'
userspace-
rcu'
))
conf_data
.
set
(
'EMPER_WORKER_SLEEP'
,
get_option
(
'worker_sleep'
))
conf_data
.
set
(
'EMPER_LOCKED_WS_QUEUE'
,
get_option
(
'locked_ws_queue'
))
conf_data
.
set
(
'EMPER_OVERFLOW_QUEUE'
,
get_option
(
'overflow_queue'
))
...
...
This diff is collapsed.
Click to expand it.
meson_options.txt
+
2
−
2
View file @
7b2381fb
option
(
'
libu
rcu'
,
'
userspace-
rcu'
,
type
:
'boolean'
,
value
:
true
,
description
:
'
Register worker threads for the default
userspace RCU
flavor
'
,
description
:
'
Allow EMPER fibers to use
userspace RCU'
,
)
option
(
'worker_sleep'
,
...
...
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