Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
Data Fields | |
struct list_node | wfd_node |
rb_thread_t * | th |
int | fd |
int waiting_fd::fd |
Definition at line 139 of file thread.c.
Referenced by rb_notify_fd_close(), and rb_thread_io_blocking_region().
rb_thread_t* waiting_fd::th |
Definition at line 138 of file thread.c.
Referenced by rb_notify_fd_close(), rb_thread_call_with_gvl(), and rb_thread_io_blocking_region().
struct list_node waiting_fd::wfd_node |
Definition at line 137 of file thread.c.
Referenced by rb_notify_fd_close().