* thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().
Otherwise the loop in this function behave as busy loop because native_sleep() return immediately when RUBY_VM_INTERRUPTED() is true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5768a4a7e0
commit
253938067a
@ -1,3 +1,9 @@
|
||||
Tue Nov 27 07:47:09 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().
|
||||
Otherwise the loop in this function behave as busy loop because
|
||||
native_sleep() return immediately when RUBY_VM_INTERRUPTED() is true.
|
||||
|
||||
Tue Nov 27 04:12:49 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb (extmake): git rid of post-1.8 features for cross
|
||||
|
Loading…
x
Reference in New Issue
Block a user