Reduce time quanta

This commit is contained in:
Baptiste Wicht 2014-03-30 23:17:16 +02:00
parent e63efd0aa2
commit d4dd4bdd9c

View File

@ -63,11 +63,10 @@ mutex& run_queue_lock(size_t priority){
bool started = false;
constexpr const size_t QUANTUM_SIZE = 100;
constexpr const size_t TURNOVER = 10;
constexpr const size_t STACK_ALIGNMENT = 16;
constexpr const size_t QUANTUM_SIZE = 1000;
size_t current_ticks = 0;
size_t current_pid;