|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Go to the source code of this file.
Macros | |
| #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.
| #define rb_io_nonblock_block rb_f_notimplement |
Definition at line 131 of file nonblock.c.
| #define rb_io_nonblock_p rb_f_notimplement |
Definition at line 49 of file nonblock.c.
| #define rb_io_nonblock_set rb_f_notimplement |
Definition at line 130 of file nonblock.c.
| void Init_nonblock | ( | void | ) |
Definition at line 135 of file nonblock.c.
References rb_cIO, rb_define_method, rb_io_nonblock_block, rb_io_nonblock_p, and rb_io_nonblock_set.