Ruby
1.9.3p429(2013-05-15revision40747)
|
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 4084 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), rb_threadptr_exec_event_hooks(), and thread_exec_event_hooks().
ID event_call_args::id |
Definition at line 4083 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), rb_threadptr_exec_event_hooks(), and thread_exec_event_hooks().
VALUE event_call_args::klass |
Definition at line 4080 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), rb_threadptr_exec_event_hooks(), and thread_exec_event_hooks().
VALUE event_call_args::proc |
Definition at line 4082 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), and rb_threadptr_exec_event_hooks().
VALUE event_call_args::self |
Definition at line 4081 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), rb_threadptr_exec_event_hooks(), and thread_exec_event_hooks().
rb_thread_t* event_call_args::th |
Definition at line 4079 of file thread.c.
Referenced by call_trace_func(), call_trace_proc(), check_deadlock_i(), clear_trace_func_i(), rb_threadptr_exec_event_hooks(), thread_add_trace_func_m(), thread_exec_event_hooks(), and thread_set_trace_func_m().