Skip to content

Commit

Permalink
* thread_win32.c (TIME_QUANTUM_USEC): 10ms(= old setting) [experimental]
Browse files Browse the repository at this point in the history
  cf. [Bug #6098]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Mar 29, 2012
1 parent fea7a74 commit 8e601a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion thread_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e601a2

Please sign in to comment.