summaryrefslogtreecommitdiff
path: root/eval_intern.h
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2020-11-10 18:21:11 +0900
committerKoichi Sasada <[email protected]>2020-11-11 15:49:02 +0900
commitdb31ace934e8b900e90853bd875f23195837b398 ()
treef9e1e0999b574c0adf974e885420781b2dbd5a15 /eval_intern.h
parent1e8abe5d03ae386af82e2c95ef05170cd9791889 (diff)
Threads in a ractor will be killed with the ractor
If a terminating ractor has child threads, then kill all child threads.
Notes: Merged: https://.com/ruby/ruby/pull/3754
-rw-r--r--eval_intern.h1
1 files changed, 0 insertions, 1 deletions
@@ -293,7 +293,6 @@ rb_cref_t *rb_vm_cref(void);
rb_cref_t *rb_vm_cref_replace_with_duplicated_cref(void);
VALUE rb_vm_call_cfunc(VALUE recv, VALUE (*func)(VALUE), VALUE arg, VALUE block_handler, VALUE filename);
void rb_vm_set_progname(VALUE filename);
-void rb_thread_terminate_all(void);
VALUE rb_vm_cbase(void);
/* vm_backtrace.c */