Home
last modified time | relevance | path

Searched refs:rb_thread_ptr (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dthread.c878 th = rb_thread_ptr(thread); in thread_s_new()
917 rb_thread_t *th = rb_thread_ptr(thread); in thread_initialize()
1129 return thread_join(rb_thread_ptr(self), to); in thread_join_m()
1149 rb_thread_t *th = rb_thread_ptr(self); in thread_value()
2383 rb_thread_t *target_th = rb_thread_ptr(self); in thread_raise_m()
2413 rb_thread_t *th = rb_thread_ptr(thread); in rb_thread_kill()
2439 rb_thread_t *th = rb_thread_ptr(thread); in rb_thread_to_be_killed()
2921 VALUE group = rb_thread_ptr(thread)->thgroup; in rb_thread_group()
3042 rb_thread_t *th = rb_thread_ptr(thread); in rb_thread_stop_p()
3082 return rb_thread_ptr(thread)->name; in rb_thread_getname()
[all …]
H A Dvm_trace.c152 …rb_threadptr_add_event_hook(GET_EC(), rb_thread_ptr(thval), func, events, data, RUBY_EVENT_HOOK_FL… in rb_thread_add_event_hook()
165 rb_threadptr_add_event_hook(GET_EC(), rb_thread_ptr(thval), func, events, data, hook_flags); in rb_thread_add_event_hook2()
251 return rb_threadptr_remove_event_hook(GET_EC(), rb_thread_ptr(thval), func, Qundef); in rb_thread_remove_event_hook()
257 return rb_threadptr_remove_event_hook(GET_EC(), rb_thread_ptr(thval), func, data); in rb_thread_remove_event_hook_with_data()
560 thread_add_trace_func(GET_EC(), rb_thread_ptr(obj), trace); in thread_add_trace_func_m()
579 rb_thread_t *target_th = rb_thread_ptr(target_thread); in thread_set_trace_func_m()
1545 target_th = rb_thread_ptr(target_thval); in rb_tracepoint_new()
H A Dvm_dump.c219 rb_thread_t *target_th = rb_thread_ptr(thval); in rb_vmdebug_stack_dump_th()
333 rb_vmdebug_debug_print_register(rb_thread_ptr(thval)->ec); in rb_vmdebug_thread_dump_regs()
403 rb_thread_t *th = rb_thread_ptr(self); in rb_vmdebug_thread_dump_state()
H A Dvm_backtrace.c928 rb_thread_t *target_th = rb_thread_ptr(thval); in thread_backtrace_to_ary()
H A Dvm_core.h772 rb_thread_ptr(VALUE thval) in rb_thread_ptr() function
H A Dvm.c2653 rb_thread_t *th = rb_thread_ptr(self); in ruby_thread_init()