Home
last modified time | relevance | path

Searched refs:rb_thread_remove_event_hook_with_data (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Ddebug.h61 int rb_thread_remove_event_hook_with_data(VALUE thval, rb_event_hook_func_t func, VALUE data);
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_trace.c255 rb_thread_remove_event_hook_with_data(VALUE thval, rb_event_hook_func_t func, VALUE data) in rb_thread_remove_event_hook_with_data() function
1320rb_thread_remove_event_hook_with_data(tp->target_th->self, (rb_event_hook_func_t)tp_call_trace, tp… in rb_tracepoint_disable()