* 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:
parent
716b91a5f7
commit
91a0e26a52
@ -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>
|
Fri Jan 5 20:20:36 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* common.mk : add .SUFFIXES rule
|
* common.mk : add .SUFFIXES rule
|
||||||
|
@ -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 */
|
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user