Home
last modified time | relevance | path

Searched refs:root_jmpbuf (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Deval_intern.h121 if (ruby_setjmp((th)->root_jmpbuf) == 0) { \
H A Deval.c1044 MEMCPY(&org_jmpbuf, &rb_ec_thread_ptr(ec)->root_jmpbuf, rb_jmpbuf_t, 1); in rb_protect()
1051 MEMCPY(&rb_ec_thread_ptr(ec)->root_jmpbuf, &org_jmpbuf, rb_jmpbuf_t, 1); in rb_protect()
H A Dvm_core.h967 rb_jmpbuf_t root_jmpbuf; member
H A Dcont.c1531 MEMCPY(&cont->jmpbuf, &cth->root_jmpbuf, rb_jmpbuf_t, 1); in fiber_init()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.357506 * eval.c (rb_protect): restore root_jmpbuf even if proc exits by
57545 * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by