Go to the source code of this file.
Functions | |
void | octave_fd_clr (int fd, void *set) |
int | octave_fd_isset (int fd, void *set) |
void | octave_fd_set (int fd, void *set) |
void | octave_fd_zero (void *set) |
int | octave_select (int nfds, void *restrict readfds, void *restrict writefds, void *restrict errorfds, void *timeout) |
void octave_fd_clr | ( | int | fd, |
void * | set | ||
) |
Definition at line 51 of file select-wrappers.c.
Definition at line 57 of file select-wrappers.c.
void octave_fd_set | ( | int | fd, |
void * | set | ||
) |
Definition at line 45 of file select-wrappers.c.
void octave_fd_zero | ( | void * | set | ) |
Definition at line 63 of file select-wrappers.c.
int octave_select | ( | int | nfds, |
void *restrict | readfds, | ||
void *restrict | writefds, | ||
void *restrict | errorfds, | ||
void * | timeout | ||
) |
Definition at line 35 of file select-wrappers.c.