Finish porting bay's timer SS (#12978)

This commit is contained in:
Matt Atlas
2022-01-29 13:07:51 -03:00
committed by GitHub
parent edb1c08178
commit 2842f4e39f
18 changed files with 381 additions and 303 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
else
if (SS_flags & SS_BACKGROUND)
continue
if (SS_flags & SS_TICKER)
if (SS_flags & (SS_TICKER|SS_BACKGROUND) == SS_TICKER)
break
if (queue_node_priority < SS_priority)
break