Ruby
2.5.0dev(2017-10-22revision60238)
|
Data Fields | |
struct list_node | wfd_node |
rb_thread_t * | th |
int | fd |
int waiting_fd::fd |
Definition at line 108 of file thread.c.
Referenced by rb_notify_fd_close(), rb_thread_io_blocking_region(), and rb_wait_for_single_fd().
rb_thread_t* waiting_fd::th |
Definition at line 107 of file thread.c.
Referenced by rb_notify_fd_close(), and rb_thread_io_blocking_region().
struct list_node waiting_fd::wfd_node |
Definition at line 106 of file thread.c.
Referenced by rb_notify_fd_close(), and rb_thread_io_blocking_region().