Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 158 → Rev 159

/design/trunk/src/ch_scheduling.xml
222,7 → 222,7
scenario, two execution flows would be using the same stack.</para>
 
<para>The scheduling policy is implemented in the function
<code>find_best_thread</code>. This function walks the processor run
<code>find_best_thread()</code>. This function walks the processor run
queues from lower towards higher indices and looks for a thread. If the
visited run queue is empty, it simply searches the next run queue. If it
is known in advance that there are no ready threads waiting for