ARB
|
#include <unistd.h>
#include <algorithm>
#include <time.h>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
class | ARB_inc_sleep |
class | ARB_timestamp |
class | ARB_timeout |
Enumerations | |
enum | TimeUnit { USEC = 1, MS = 1000, SEC = 1000*MS } |
Functions | |
void | ARB_sleep (int amount, TimeUnit tu) |
enum TimeUnit |
Enumerator | |
---|---|
USEC | |
MS | |
SEC |
Definition at line 30 of file arb_sleep.h.
Definition at line 32 of file arb_sleep.h.
References arb_assert, MS, SEC, and USEC.
Referenced by ARB_main(), arb_start_server(), arb_wait_for_server(), ARB_inc_sleep::sleep(), sleepms(), and start_pt_server().