summaryrefslogtreecommitdiff
path: root/thread_win32.ci
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-05 11:29:25 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-05 11:29:25 +0000
commit91a0e26a5234cf5f98aacc802c8910279d9a8195 (patch)
tree37e458ce71553f6497774e1c1fd9ba4995ec7ba2 /thread_win32.ci
parent716b91a5f72102483a56af9a3694531a30f9fd37 (diff)
* thread_win32.ci (rb_thread_reset_timer_thread) :
added ([ruby-dev:30086]). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_win32.ci')
-rw-r--r--thread_win32.ci7
1 files changed, 7 insertions, 0 deletions
diff --git a/thread_win32.ci b/thread_win32.ci
index 2dea450e35..27550ccf01 100644
--- a/thread_win32.ci
+++ b/thread_win32.ci
@@ -307,4 +307,11 @@ rb_thread_create_timer_thread(void)
}
}
+void
+rb_thread_reset_timer_thread(void)
+{
+ timer_thread_handle = 0;
+ rb_thread_create_timer_thread();
+}
+
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */