Changeset d73d992 in mainline for uspace/lib/c/generic/async/server.c
- Timestamp:
- 2018-06-25T20:10:06Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3679f51a
- Parents:
- 0a0dff8
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 18:56:55)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-25 20:10:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/server.c
r0a0dff8 rd73d992 120 120 #include <abi/mm/as.h> 121 121 #include "../private/libc.h" 122 #include "../private/fibril.h" 122 123 123 124 /** Async framework global futex */ … … 1884 1885 } 1885 1886 1887 _Noreturn void async_manager(void) 1888 { 1889 futex_down(&async_futex); 1890 fibril_switch(FIBRIL_FROM_DEAD); 1891 __builtin_unreachable(); 1892 } 1893 1886 1894 /** @} 1887 1895 */
Note:
See TracChangeset
for help on using the changeset viewer.