diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-29 01:15:37 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-29 01:15:37 +0000 |
| commit | fea7a74ee3b0b1920a956ca3cc7faaf60b216c35 (patch) | |
| tree | 359fd4f88394e97562db7214e611646797eea6d7 /ChangeLog | |
| parent | 836af4e5dc7ef3293a68e07fea47385e2e5942ed (diff) | |
* thread.c (rb_threadptr_execute_interrupts_common): use defined
TIME_QUANTUM_USEC instead of a magic number. there is no meanings
to use different values for checking interval of interruption and
thread switching limits.
cf. [Bug #6098]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Mar 29 10:12:12 2012 NAKAMURA Usaku <usa@ruby-lang.org> + + * thread.c (rb_threadptr_execute_interrupts_common): use defined + TIME_QUANTUM_USEC instead of a magic number. there is no meanings + to use different values for checking interval of interruption and + thread switching limits. + cf. [Bug #6098] + Thu Mar 29 09:26:17 2012 Martin Bosslet <Martin.Bosslet@googlemail.com> * test/openssl/test_x509cert.rb: Exclude test that fails when issuing |
