Subversion Repositories HelenOS-historic

Rev

Rev 1705 | Rev 1757 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1705 Rev 1708
Line 251... Line 251...
251
 *
251
 *
252
 * Prevent low priority threads from starving in rq's.
252
 * Prevent low priority threads from starving in rq's.
253
 *
253
 *
254
 * When the function decides to relink rq's, it reconnects
254
 * When the function decides to relink rq's, it reconnects
255
 * respective pointers so that in result threads with 'pri'
255
 * respective pointers so that in result threads with 'pri'
256
 * greater or equal @start are moved to a higher-priority queue.
256
 * greater or equal start are moved to a higher-priority queue.
257
 *
257
 *
258
 * @param start Threshold priority.
258
 * @param start Threshold priority.
259
 *
259
 *
260
 */
260
 */
261
static void relink_rq(int start)
261
static void relink_rq(int start)