Changeset 95838f1 in mainline for uspace/lib/c/generic/fibril.c
- Timestamp:
- 2018-06-25T21:45:15Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38e3427
- Parents:
- 3679f51a
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 20:58:01)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 21:45:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/fibril.c
r3679f51a r95838f1 79 79 fibril->retval = fibril->func(fibril->arg); 80 80 81 futex_ down(&async_futex);81 futex_lock(&async_futex); 82 82 fibril_switch(FIBRIL_FROM_DEAD); 83 83 /* Not reached */
Note:
See TracChangeset
for help on using the changeset viewer.