mirror of
https://git.checksum.fail/alec/slon.git
synced 2025-12-08 20:19:56 +02:00
4 lines
96 B
C
4 lines
96 B
C
|
|
void time_busy(i64 duration);
|
||
|
|
i64 time_jiffies();
|
||
|
|
i64 time_now();
|
||
|
|
void time_sleep(i64 duration);
|