Go to the source code of this file.
Functions | |
int | poll (struct pollfd fdinfo[], nfds_t nfds, int timeout) |
int | pselect (int nfds, fd_set *readset, fd_set *writeset, fd_set *errorset, const struct timespec *timeout, const sigset_t *sigmask) |
int | select (int nfds, fd_set *readset, fd_set *writeset, fd_set *errorset, struct timeval *timeout) |
|
Calls poll.
Definition at line 276 of file uxfile.cpp. References errno. Referenced by readany3(). |
|
Calls pselect.
Definition at line 288 of file uxfile.cpp. References errno. |
|
Calls select.
Definition at line 361 of file uxfile.cpp. References errno. Referenced by main(), pcsync_wait_for_parent(), pt_wait_master(), readany2(), readbuf(), run_server(), ssi_wait_server(), and thread_fdset(). |