Changeset c042bdd in mainline for libc/include/async.h
- Timestamp:
- 2006-05-28T23:41:42Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bd03eb
- Parents:
- 2d1fde3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
r2d1fde3b rc042bdd 4 4 #include <ipc/ipc.h> 5 5 #include <psthread.h> 6 #include <time.h> 6 7 7 8 typedef ipc_callid_t aid_t; … … 18 19 ipc_call_t *dataptr); 19 20 void async_wait_for(aid_t amsgid, ipcarg_t *result); 21 int async_wait_timeout(aid_t amsgid, ipcarg_t *retval, suseconds_t timeout); 20 22 21 23
Note:
See TracChangeset
for help on using the changeset viewer.