3#ifndef FSAUTOPROC_TIME_H
4#define FSAUTOPROC_TIME_H
void tmsleep(uint32_t ms)
Sleep for the specified number of milliseconds.
Definition tm.c:42
sleepdur_t
Predefined sleep durations in milliseconds for various polling cases.
Definition tm.h:14
@ DUR_WAIT
Poll rate when waiting for all thread pool work to finish.
Definition tm.h:16
@ DUR_HALT
Poll rate when waiting for thread pool shutdown.
Definition tm.h:17
@ DUR_QUEUE
Poll rate when queueing new work to the thread pool.
Definition tm.h:15
uint64_t tmnow(void)
Get the current system time in milliseconds.
Definition tm.c:15