Changeset bd8bfcbd in mainline
- Timestamp:
- 2009-06-08T19:45:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 080ad7f
- Parents:
- b8e57e8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/generic/fibril.c
rb8e57e8c rbd8bfcbd 146 146 /* 147 147 * 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. 149 149 */ 150 150 if (list_empty(&serialized_list) &&
Note:
See TracChangeset
for help on using the changeset viewer.