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

use no-sleep as suffix

parent ec6fd61a
No related branches found
No related tags found
No related merge requests found
Pipeline #80822 failed
...@@ -73,10 +73,10 @@ $(EMPER_ROOT)/build-vanilla: ...@@ -73,10 +73,10 @@ $(EMPER_ROOT)/build-vanilla:
$(EMPER_ROOT)/build-no-sleep: $(EMPER_ROOT)/build-no-sleep:
$(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) $@ $(@D) $(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) $@ $(@D)
$(EMPER_ROOT)/build-no-sleep-stealing: $(EMPER_ROOT)/build-stealing-no-sleep:
$(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) $(EMPER_IO_STEALING) $@ $(@D) $(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) $(EMPER_IO_STEALING) $@ $(@D)
$(EMPER_ROOT)/build-no-sleep-stealing-lockless: $(EMPER_ROOT)/build-stealing-lockless-no-sleep:
$(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) \ $(MESON_SETUP) $(COMMON_EMPER_MESON_ARGS) $(EMPER_NO_SLEEP) \
$(EMPER_IO_STEALING) $(EMPER_IO_LOCKLESS_CQ) $@ $(@D) $(EMPER_IO_STEALING) $(EMPER_IO_LOCKLESS_CQ) $@ $(@D)
......
...@@ -36,8 +36,8 @@ EMPER_VARIANTS: dict[str, dict[str, str]] = { ...@@ -36,8 +36,8 @@ EMPER_VARIANTS: dict[str, dict[str, str]] = {
'vanilla': {}, 'vanilla': {},
'greedy-sem': {}, 'greedy-sem': {},
'no-sleep': {}, 'no-sleep': {},
'no-sleep-stealing': {}, 'stealing-no-sleep': {},
'no-sleep-stealing-lockless': {}, 'stealing-lockless-no-sleep': {},
'pipe': {}, 'pipe': {},
'pipe-no-hint': {}, 'pipe-no-hint': {},
'pipe-no-comp': {}, 'pipe-no-comp': {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment