Changes in uspace/lib/c/include/async.h [3b1cc8d:d73d992] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r3b1cc8d 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.