Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
struct list_node | wfd_node |
rb_thread_t * | th |
int | fd |
int waiting_fd::fd |
Definition at line 101 of file thread.c.
Referenced by rb_notify_fd_close(), rb_thread_fd_select(), rb_thread_io_blocking_region(), rb_thread_priority_set(), and rb_wait_for_single_fd().
rb_thread_t* waiting_fd::th |
Definition at line 100 of file thread.c.
Referenced by call_without_gvl(), do_select(), rb_notify_fd_close(), rb_thread_abort_exc(), rb_thread_abort_exc_set(), rb_thread_alive_p(), rb_thread_call_with_gvl(), rb_thread_check_ints(), rb_thread_execute_interrupts(), rb_thread_fd_select(), rb_thread_getname(), rb_thread_group(), rb_thread_inspect(), rb_thread_interrupted(), rb_thread_io_blocking_region(), rb_thread_key_p(), rb_thread_keys(), rb_thread_kill(), rb_thread_local_aref(), rb_thread_local_aset(), rb_thread_priority(), rb_thread_priority_set(), rb_thread_report_exc(), rb_thread_report_exc_set(), rb_thread_s_handle_interrupt(), rb_thread_safe_level(), rb_thread_schedule_limits(), rb_thread_setname(), rb_thread_start_timer_thread(), rb_thread_status(), rb_thread_stop_p(), rb_thread_terminate_all(), rb_thread_to_be_killed(), rb_thread_wait_for(), rb_thread_wakeup_alive(), rb_threadptr_ready(), remove_from_join_list(), ruby_thread_has_gvl_p(), terminate_all(), thgroup_add(), thread_cleanup_func(), thread_cleanup_func_before_exec(), thread_create_core(), thread_initialize(), thread_join(), thread_join_sleep(), thread_s_new(), and thread_value().
struct list_node waiting_fd::wfd_node |
Definition at line 99 of file thread.c.
Referenced by rb_notify_fd_close(), and rb_thread_io_blocking_region().