summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index dcf7a2e838..b6e598304d 100644
--- a/thread.c
+++ b/thread.c
@@ -99,10 +99,13 @@ static void reset_unblock_function(rb_thread_t *th, const struct rb_unblock_call
static inline void blocking_region_end(rb_thread_t *th, struct rb_blocking_region_buffer *region);
+void ruby_gc_stress_start(void);
+
#define RB_GC_SAVE_MACHINE_CONTEXT(th) \
do { \
rb_gc_save_machine_context(th); \
SET_MACHINE_STACK_END(&(th)->machine_stack_end); \
+ ruby_gc_stress_start(); \
} while (0)
#define GVL_UNLOCK_BEGIN() do { \