|
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_sync_wait(), arb_wait_for_server(), NT_exit_when_macros_did_finish(), ARB_inc_sleep::sleep(), sleepms(), and start_pt_server().
1.8.8