Changeset d73d992 in mainline for uspace/lib/c/include/async.h
- 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/include/async.h
r0a0dff8 rd73d992 108 108 typedef struct async_exch async_exch_t; 109 109 110 #define async_manager() \ 111 do { \ 112 futex_down(&async_futex); \ 113 fibril_switch(FIBRIL_FROM_DEAD); \ 114 } while (0) 110 extern _Noreturn void async_manager(void); 115 111 116 112 #define async_get_call(data) \
Note:
See TracChangeset
for help on using the changeset viewer.