|
Defines |
#define | SYNCSRV_DELAY 1000000 |
Functions |
int | timer_register (int usecs, u_int fl) |
int | timer_unregister (int timer_id) |
void | delay_fn (int sig) |
void | delay (u_int usecs) |
int | timer_dump () |
int | sleep (int secs) |
int | usleep (int usecs) |
u_int | ualarm (u_int usecs) |
u_int | alarm (u_int secs) |
int | gettimeofday (struct timeval *tp, struct timezone *tzp) |
time_t | time (time_t *tloc) |
char * | ctime (const time_t *clock) |
int | wait_for_srv (int gate, int ntries) |
static int | select_compar (const void *ptr1, const void *ptr2) |
static void | sigio_select_fn (int sig) |
static void | sigalrm_select_fn (int sig) |
int | select (int maxfd, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout) |
int | poll (struct pollfd *fds, nfds_t nfds, int timeout) |
Variables |
static int | alrm_ok |