Changeset 9ef495f in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2015-08-23T13:31:31Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 616f5dd3
- Parents:
- f9b2cb4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rf9b2cb4c r9ef495f 149 149 extern int async_wait_timeout(aid_t, sysarg_t *, suseconds_t); 150 150 extern void async_forget(aid_t); 151 152 extern fid_t async_new_connection(task_id_t, sysarg_t, ipc_callid_t,153 ipc_call_t *, async_port_handler_t, void *);154 151 155 152 extern void async_usleep(suseconds_t);
Note:
See TracChangeset
for help on using the changeset viewer.