rb_thread_restore_context 7632 eval.c             rb_thread_restore_context(th, exit);
rb_thread_restore_context 7747 eval.c             rb_thread_restore_context(main_thread, RESTORE_RAISE);
rb_thread_restore_context 8041 eval.c         	    rb_thread_restore_context(next, RESTORE_FATAL);
rb_thread_restore_context 8044 eval.c             rb_thread_restore_context(next, RESTORE_NORMAL);
rb_thread_restore_context 8915 eval.c             rb_thread_restore_context(curr_thread, RESTORE_INTERRUPT);
rb_thread_restore_context 8934 eval.c             rb_thread_restore_context(curr_thread, RESTORE_SIGNAL);
rb_thread_restore_context 8956 eval.c             rb_thread_restore_context(curr_thread, RESTORE_TRAP);
rb_thread_restore_context 8968 eval.c             rb_thread_restore_context(curr_thread, RESTORE_TRAP);
rb_thread_restore_context 8993 eval.c             rb_thread_restore_context(curr_thread, RESTORE_RAISE);
rb_thread_restore_context 9203 eval.c             rb_thread_restore_context(th, RESTORE_NORMAL);