Changeset 3b1cc8d in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2018-06-14T19:19:51Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6bab27b
- Parents:
- 587478b
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-06-14 19:19:51)
- git-committer:
- GitHub <noreply@…> (2018-06-14 19:19:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
r587478b r3b1cc8d 116 116 fibril->waits_for = NULL; 117 117 118 fibril->switches = 0;119 120 118 /* 121 119 * We are called before __tcb_set(), so we need to use … … 206 204 break; 207 205 case FIBRIL_TO_MANAGER: 208 srcf->switches++;209 206 /* 210 207 * Don't put the current fibril into any list, it should
Note:
See TracChangeset
for help on using the changeset viewer.