Changeset c407b98 in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2018-06-13T17:14:51Z (7 years ago)
- Parents:
- a55d76b1
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-13 17:09:21)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-13 17:14:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
ra55d76b1 rc407b98 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.