Ruby  1.9.3p448(2013-06-27revision41675)
Macros | Functions
fd_setsize.c File Reference
#include <ruby.h>
Include dependency graph for fd_setsize.c:

Go to the source code of this file.

Macros

#define FD_SETSIZE   32
 

Functions

static VALUE test_select (VALUE self)
 
static VALUE test_fdset (VALUE self)
 
void Init_fd_setsize (void)
 

Macro Definition Documentation

#define FD_SETSIZE   32

Definition at line 3 of file fd_setsize.c.

Referenced by copy_fd(), extract_fd(), rb_w32_fd_copy(), rb_w32_fd_dup(), and test_fdset().

Function Documentation

void Init_fd_setsize ( void  )
static VALUE test_fdset ( VALUE  self)
static

Definition at line 32 of file fd_setsize.c.

References FD_SET, FD_SETSIZE, i, Qfalse, and Qtrue.

Referenced by Init_fd_setsize().

static VALUE test_select ( VALUE  self)
static

Definition at line 7 of file fd_setsize.c.

References FD_SET, Qtrue, timeval::tv_sec, and timeval::tv_usec.

Referenced by Init_fd_setsize().