Skip to content
Snippets Groups Projects
Commit 3b43dfdc authored by Florian Fischer's avatar Florian Fischer
Browse files

add futex2 flavor

parent 4cb8883f
No related branches found
No related tags found
No related merge requests found
Pipeline #78657 passed
...@@ -147,6 +147,9 @@ FLAVORS: Flavors = { ...@@ -147,6 +147,9 @@ FLAVORS: Flavors = {
'meson_options': '-Dworker_wakeup_strategy=all', 'meson_options': '-Dworker_wakeup_strategy=all',
'patches': ['fix_free_vs_delete.patch', 'wakeup-condvar.patch'], 'patches': ['fix_free_vs_delete.patch', 'wakeup-condvar.patch'],
}, },
'wakeup-futex2': {
'meson_options': '-Dwakeup_semaphore_implementation=futex2'
},
'wakeup-futex': { 'wakeup-futex': {
'meson_options': '-Dwakeup_semaphore_implementation=futex' 'meson_options': '-Dwakeup_semaphore_implementation=futex'
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment