Changeset bd8bfcbd in mainline for uspace/lib/libc/generic/fibril.c


Ignore:
Timestamp:
2009-06-08T19:45:57Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
080ad7f
Parents:
b8e57e8c
Message:

Nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/fibril.c

    rb8e57e8c rbd8bfcbd  
    146146                /*
    147147                 * Do not preempt if there is not enough threads to run the
    148                  * ready fibrils, which are not serialized.
     148                 * ready fibrils which are not serialized.
    149149                 */
    150150                if (list_empty(&serialized_list) &&
Note: See TracChangeset for help on using the changeset viewer.