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

Merge branch 'meson_propagate_set_affinity_on_block' into 'master'

[meson] propagate set_affinity_on_block

See merge request !194
parents 60d71334 463c252e
No related branches found
No related tags found
1 merge request!194[meson] propagate set_affinity_on_block
Pipeline #61990 passed
......@@ -40,6 +40,7 @@ conf_data.set('EMPER_OVERFLOW_QUEUE', get_option('overflow_queue'))
conf_data.set('EMPER_STATS', get_option('stats'))
conf_data.set('EMPER_OVERFLOW_QUEUE', get_option('overflow_queue'))
conf_data.set('EMPER_BLOCKED_CONTEXT_SET', get_option('blocked_context_set'))
conf_data.set('EMPER_SET_AFFINITY_ON_BLOCK', get_option('set_affinity_on_block'))
semaphore_impl = get_option('wakeup_semaphore_implementation')
conf_data.set('EMPER_' + semaphore_impl.to_upper() + '_WAKEUP_SEMAPHORE', true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment