Jeff Roberson fc3a97dcb7 - Implement much more intelligent ipi sending. This algorithm tries to
minimize IPIs and rescheduling when scheduling like tasks while keeping
   latency low for important threads.
   1) An idle thread is running.
   2) The current thread is worse than realtime and the new thread is
      better than realtime.  Realtime to realtime doesn't preempt.
   3) The new thread's priority is less than the threshold.
2007-01-25 23:51:59 +00:00
..
2007-01-08 20:37:02 +00:00
2006-07-17 21:00:42 +00:00
2006-11-11 16:19:12 +00:00
2006-12-20 19:26:30 +00:00