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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Florian Fischer
emper
Commits
39e7b64d
Commit
39e7b64d
authored
2 years ago
by
Florian Fischer
Browse files
Options
Downloads
Patches
Plain Diff
negate waitfd punt option to fix builds of non waitfd configs
parent
ddc63ae1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
emper/Emper.hpp
+3
-3
3 additions, 3 deletions
emper/Emper.hpp
meson.build
+1
-1
1 addition, 1 deletion
meson.build
meson_options.txt
+3
-3
3 additions, 3 deletions
meson_options.txt
with
7 additions
and
7 deletions
emper/Emper.hpp
+
3
−
3
View file @
39e7b64d
...
...
@@ -162,10 +162,10 @@ const bool IO_NOTIFICATION =
;
const
bool
IO_PUNT_WAITFD_READ
=
#ifdef EMPER_IO_PUNT_WAITFD_READ
true
#else
#ifdef EMPER_IO_SKIP_WAITFD_READ_PUNT
false
#else
true
#endif
;
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
1
−
1
View file @
39e7b64d
...
...
@@ -194,7 +194,7 @@ io_bool_options = [
{
'option'
:
'notification'
,
'dependencies'
:
{
'worker_sleep_strategy'
:
'waitfd'
}},
{
'option'
:
'synchronous'
},
{
'option'
:
'
punt
_waitfd_read'
,
{
'option'
:
'
skip
_waitfd_read
_punt
'
,
'dependencies'
:
{
'worker_sleep_strategy'
:
'waitfd'
}},
]
...
...
This diff is collapsed.
Click to expand it.
meson_options.txt
+
3
−
3
View file @
39e7b64d
...
...
@@ -74,10 +74,10 @@ option(
value
:
'none'
,
)
option
(
'io_
punt
_waitfd_read'
,
'io_
skip
_waitfd_read
_punt
'
,
type
:
'boolean'
,
description
:
'
Punt
the sleep watfd read to the io_wq'
,
value
:
tru
e
,
description
:
'
Skip punting
the sleep wa
i
tfd read to the io_wq'
,
value
:
fals
e
,
)
option
(
'wakeup_semaphore_implementation'
,
...
...
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