Changeset c721d26 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2015-06-16T14:18:22Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2654afb
- Parents:
- f7aa7a40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rf7aa7a40 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.