Changeset e768aea in mainline for uspace/lib/c/generic/fibril.c


Ignore:
Timestamp:
2018-06-26T17:34:48Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
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)
Message:

Simplify async manager.

File:
1 edited

Legend:

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

    rab6edb6 re768aea  
    151151        /* Choose a new fibril to run */
    152152        if (list_empty(&ready_list)) {
    153                 if (stype == FIBRIL_PREEMPT) {
     153                if (stype == FIBRIL_PREEMPT || stype == FIBRIL_FROM_MANAGER) {
    154154                        // FIXME: This means that as long as there is a fibril
    155155                        // that only yields, IPC messages are never retrieved.
Note: See TracChangeset for help on using the changeset viewer.