Changes in uspace/lib/c/include/async.h [1c635d6:c721d26] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r1c635d6 rc721d26 108 108 109 109 #define async_manager() \ 110 fibril_switch(FIBRIL_TO_MANAGER) 110 do { \ 111 futex_down(&async_futex); \ 112 fibril_switch(FIBRIL_FROM_DEAD); \ 113 } while (0) 111 114 112 115 #define async_get_call(data) \
Note:
See TracChangeset
for help on using the changeset viewer.