Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1228 → Rev 1229

/kernel/trunk/generic/src/proc/scheduler.c
239,7 → 239,7
*
* When the function decides to relink rq's, it reconnects
* respective pointers so that in result threads with 'pri'
* greater or equal 'start' are moved to a higher-priority queue.
* greater or equal @start are moved to a higher-priority queue.
*
* @param start Threshold priority.
*