diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-05 11:29:25 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-05 11:29:25 +0000 |
commit | 91a0e26a5234cf5f98aacc802c8910279d9a8195 (patch) | |
tree | 37e458ce71553f6497774e1c1fd9ba4995ec7ba2 /thread_win32.ci | |
parent | 716b91a5f72102483a56af9a3694531a30f9fd37 (diff) | |
download | ruby-91a0e26a5234cf5f98aacc802c8910279d9a8195.tar.gz |
* 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.ci | 7 |
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 */ |