|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| rb_thread_t * | th |
| VALUE | klass |
| VALUE | self |
| VALUE | proc |
| ID | id |
| rb_event_flag_t | event |
| rb_event_flag_t event_call_args::event |
Definition at line 4104 of file thread.c.
Referenced by call_trace_func(), get_event_name(), and thread_exec_event_hooks().
| ID event_call_args::id |
Definition at line 4103 of file thread.c.
Referenced by thread_exec_event_hooks().
| VALUE event_call_args::klass |
Definition at line 4100 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), rb_threadptr_exec_event_hooks(), thread_exec_event_hooks(), and update_coverage().
| VALUE event_call_args::proc |
Definition at line 4102 of file thread.c.
Referenced by call_trace_func().
| VALUE event_call_args::self |
Definition at line 4101 of file thread.c.
Referenced by thread_exec_event_hooks().
| rb_thread_t* event_call_args::th |
Definition at line 4099 of file thread.c.
Referenced by check_deadlock_i(), clear_trace_func_i(), Init_Thread(), rb_threadptr_exec_event_hooks(), rb_threadptr_remove_event_hook(), ruby_native_thread_p(), ruby_suppress_tracing(), running_vm_event_hooks(), thread_add_trace_func(), thread_add_trace_func_m(), thread_exec_event_hooks(), thread_set_trace_func_m(), and thread_suppress_tracing().
1.8.14