Changeset e768aea in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2018-06-26T17:34:48Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8119363
- Parents:
- ab6edb6
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-16 18:56:15)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-26 17:34:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
rab6edb6 re768aea 151 151 /* Choose a new fibril to run */ 152 152 if (list_empty(&ready_list)) { 153 if (stype == FIBRIL_PREEMPT ) {153 if (stype == FIBRIL_PREEMPT || stype == FIBRIL_FROM_MANAGER) { 154 154 // FIXME: This means that as long as there is a fibril 155 155 // that only yields, IPC messages are never retrieved.
Note:
See TracChangeset
for help on using the changeset viewer.