Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4512 → Rev 4513

/trunk/uspace/lib/libc/generic/fibril.c
145,7 → 145,7
goto ret_0;
/*
* Do not preempt if there is not enough threads to run the
* ready fibrils, which are not serialized.
* ready fibrils which are not serialized.
*/
if (list_empty(&serialized_list) &&
threads_in_manager <= serialized_threads) {