Changes in uspace/lib/c/generic/fibril.c [c170438:6d87dce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
rc170438 r6d87dce 113 113 114 114 fibril->waits_for = NULL; 115 116 fibril->switches = 0;117 115 118 116 /* … … 218 216 assert(stype == FIBRIL_TO_MANAGER); 219 217 220 srcf->switches++;221 222 218 /* 223 219 * Don't put the current fibril into any list, it should
Note:
See TracChangeset
for help on using the changeset viewer.