summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
-rw-r--r--thread_pthread.c17
1 files changed, 17 insertions, 0 deletions
@@ -2304,6 +2304,11 @@ nt_start(void *ptr)
// timeout -> deleted.
break;
}
}
}
@@ -3422,4 +3427,16 @@ rb_thread_execute_hooks(rb_event_flag_t event, rb_thread_t *th)
}
}
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */