rb_event_hook_t  3371 thread.c       static rb_event_hook_t *
rb_event_hook_t  3374 thread.c           rb_event_hook_t *hook = ALLOC(rb_event_hook_t);
rb_event_hook_t  3384 thread.c           rb_event_hook_t *hook = th->event_hooks;
rb_event_hook_t  3397 thread.c           rb_event_hook_t *hook = alloc_event_hook(func, events, data);
rb_event_hook_t  3428 thread.c           rb_event_hook_t *hook = alloc_event_hook(func, events, data);
rb_event_hook_t  3438 thread.c       remove_event_hook(rb_event_hook_t **root, rb_event_hook_func_t func)
rb_event_hook_t  3440 thread.c           rb_event_hook_t *prev = NULL, *hook = *root, *next;
rb_event_hook_t  3473 thread.c           rb_event_hook_t *hook = vm->event_hooks;
rb_event_hook_t  1405 vm.c           mark_event_hooks(rb_event_hook_t *hook)
rb_event_hook_t   261 vm_core.h          rb_event_hook_t *event_hooks;
rb_event_hook_t   418 vm_core.h          rb_event_hook_t *event_hooks;
rb_event_hook_t   634 vm_core.h      exec_event_hooks(rb_event_hook_t *hook, rb_event_flag_t flag, VALUE self, ID id, VALUE klass)