|
Ruby
2.0.0p481(2014-05-08revision45883)
|

Go to the source code of this file.
Defines | |
| #define | io_nonblock_mode(fd) ((void)(fd), 0) |
| #define | rb_io_nonblock_p rb_f_notimplement |
| #define | rb_io_nonblock_set rb_f_notimplement |
| #define | rb_io_nonblock_block rb_f_notimplement |
Functions | |
| void | Init_nonblock (void) |
| #define io_nonblock_mode | ( | fd | ) | ((void)(fd), 0) |
Definition at line 29 of file nonblock.c.
Definition at line 103 of file nonblock.c.
Referenced by Init_nonblock().
| #define rb_io_nonblock_p rb_f_notimplement |
Definition at line 43 of file nonblock.c.
Referenced by Init_nonblock().
| #define rb_io_nonblock_set rb_f_notimplement |
Definition at line 102 of file nonblock.c.
Referenced by Init_nonblock().
| void Init_nonblock | ( | void | ) |
Definition at line 107 of file nonblock.c.
References rb_cIO, rb_define_method(), rb_io_nonblock_block, rb_io_nonblock_p, and rb_io_nonblock_set.
1.7.6.1