1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Loop: keep running the same loop for some time if there is work to do

This commit is contained in:
Maria Matejka
2023-04-06 20:18:04 +02:00
parent 22a0900ec2
commit 6e2f00ff93
3 changed files with 66 additions and 24 deletions

View File

@@ -115,6 +115,7 @@ typedef s64 btime;
#define TO_S /1000000
#define TO_MS /1000
#define TO_US /1
#define TO_NS * (btime) 1000
#ifndef PARSER
#define S S_