Changeset 3dbe2d1f in mainline for uspace/libc/include/async.h
- Timestamp:
- 2007-04-07T18:00:18Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a98e58
- Parents:
- 5b303ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/async.h
r5b303ba r3dbe2d1f 117 117 ipcarg_t arg3); 118 118 void async_msg_2(int phoneid, ipcarg_t method, ipcarg_t arg1, ipcarg_t arg2); 119 #define async_msg(ph, m,a1) async_msg_2(ph,m,a1,0)119 #define async_msg(ph, m, a1) async_msg_2(ph, m, a1, 0) 120 120 121 121 static inline void async_serialize_start(void) … … 123 123 psthread_inc_sercount(); 124 124 } 125 125 126 static inline void async_serialize_end(void) 126 127 {
Note:
See TracChangeset
for help on using the changeset viewer.