Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
emper
Commits
971a5a27
Commit
971a5a27
authored
May 24, 2022
by
Florian Fischer
Browse files
negate waitfd punt option to fix builds of non waitfd configs
parent
42974532
Pipeline
#82623
failed with stages
in 17 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
emper/Emper.hpp
View file @
971a5a27
...
...
@@ -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
;
...
...
meson.build
View file @
971a5a27
...
...
@@ -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'}},
]
...
...
meson_options.txt
View file @
971a5a27
...
...
@@ -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',
...
...
Write
Preview
Supports
Markdown
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