GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
select-wrappers.c File Reference
#include <sys/select.h>
#include "select-wrappers.h"

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)
 

Function Documentation

◆ octave_fd_clr()

void octave_fd_clr ( int  fd,
void *  set 
)

Definition at line 51 of file select-wrappers.c.

◆ octave_fd_isset()

int octave_fd_isset ( int  fd,
void *  set 
)

Definition at line 57 of file select-wrappers.c.

◆ octave_fd_set()

void octave_fd_set ( int  fd,
void *  set 
)

Definition at line 45 of file select-wrappers.c.

◆ octave_fd_zero()

void octave_fd_zero ( void *  set)

Definition at line 63 of file select-wrappers.c.

◆ octave_select()

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.