mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]
cf. [Bug #6098] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fea7a74ee3
commit
8e601a20f4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Mar 29 10:16:05 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]
|
||||
cf. [Bug #6098]
|
||||
|
||||
Thu Mar 29 10:12:12 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* thread.c (rb_threadptr_execute_interrupts_common): use defined
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <process.h>
|
||||
|
||||
#define TIME_QUANTUM_USEC (100 * 1000)
|
||||
#define TIME_QUANTUM_USEC (10 * 1000)
|
||||
#define RB_CONDATTR_CLOCK_MONOTONIC 1 /* no effect */
|
||||
|
||||
#undef Sleep
|
||||
|
|
Loading…
Reference in a new issue