volunteer-delay 0

This commit is contained in:
David Rose 2009-04-02 18:09:45 +00:00
parent c1dd337f86
commit e72e24a73d

View File

@ -41,7 +41,7 @@ ThreadSimpleManager() :
"in seconds, that should be considered the "
"typical timeslice for one epoch (to run all threads once).")),
_simple_thread_volunteer_delay
("simple-thread-volunteer-delay", 0.0001,
("simple-thread-volunteer-delay", 0.0,
PRC_DESC("When SIMPLE_THREADS is defined, this defines the amount of time, "
"in seconds, for which a task that voluntarily yields should "
"be delayed.")),