1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2007-01-05 11:29:25 +00:00
parent 716b91a5f7
commit 91a0e26a52
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Fri Jan 5 20:28:19 2007 Koichi Sasada <ko1@atdot.net>
* thread_win32.ci (rb_thread_reset_timer_thread) :
added ([ruby-dev:30086]).
Fri Jan 5 20:20:36 2007 Koichi Sasada <ko1@atdot.net>
* common.mk : add .SUFFIXES rule

View file

@ -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 */