Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_hook_list_struct Struct Reference

#include <vm_core.h>

Data Fields

struct rb_event_hook_structhooks
 
rb_event_flag_t events
 
unsigned int need_clean
 
unsigned int running
 

Detailed Description

Definition at line 553 of file vm_core.h.

Field Documentation

◆ events

rb_event_flag_t rb_hook_list_struct::events

Definition at line 555 of file vm_core.h.

Referenced by rb_hook_list_remove_tracepoint(), and rb_iseq_trace_set().

◆ hooks

struct rb_event_hook_struct* rb_hook_list_struct::hooks

Definition at line 554 of file vm_core.h.

Referenced by rb_hook_list_mark(), and rb_hook_list_remove_tracepoint().

◆ need_clean

unsigned int rb_hook_list_struct::need_clean

Definition at line 556 of file vm_core.h.

Referenced by rb_hook_list_free(), and rb_hook_list_remove_tracepoint().

◆ running

unsigned int rb_hook_list_struct::running

Definition at line 557 of file vm_core.h.


The documentation for this struct was generated from the following file: