haiku/src/system/kernel/scheduler
Ingo Weinhold f651548ee6 scheduler_reschedule_no_op(): panic() when the calling thread is not
continuing to run. This must not happen since the thread is the boot CPU's
idle thread performing the early kernel initialization (before the scheduler
is started).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36560 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-30 19:40:20 +00:00
..
scheduler_affine.cpp bonefish+axeld: 2010-04-11 20:40:58 +00:00
scheduler_affine.h Introduce an experimental new scheduler intended to work fundamentally the same as our existing one, but with various optimizations to better handle the SMP case: 2009-03-22 00:39:51 +00:00
scheduler_simple_smp.cpp bonefish+axeld: 2010-04-11 20:40:58 +00:00
scheduler_simple_smp.h * Reintroduced the SMP_MSG_RESCHEDULE_IF_IDLE ICI message. This time 2009-12-10 11:54:38 +00:00
scheduler_simple.cpp bonefish+axeld: 2010-04-11 20:40:58 +00:00
scheduler_simple.h * Replaced scheduler_remove_from_run_queue() by 2008-10-21 12:37:13 +00:00
scheduler_tracing.cpp "lastTime" wasn't updated correctly when the thread was unscheduled. 2008-10-20 23:12:06 +00:00
scheduler_tracing.h * arch_debug_get_interrupt_pc() does now optionally return whether the iframe 2009-06-24 11:49:35 +00:00
scheduler.cpp scheduler_reschedule_no_op(): panic() when the calling thread is not 2010-04-30 19:40:20 +00:00
scheduling_analysis.cpp * Replaced scheduler_remove_from_run_queue() by 2008-10-21 12:37:13 +00:00