Changeset 3dbe2d1f in mainline for uspace/libc/include/async.h


Ignore:
Timestamp:
2007-04-07T18:00:18Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a98e58
Parents:
5b303ba
Message:

use futex instead of pthread serialization
synchronize only output to stdout
cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/libc/include/async.h

    r5b303ba r3dbe2d1f  
    117117                 ipcarg_t arg3);
    118118void 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)
    120120
    121121static inline void async_serialize_start(void)
     
    123123        psthread_inc_sercount();
    124124}
     125
    125126static inline void async_serialize_end(void)
    126127{
Note: See TracChangeset for help on using the changeset viewer.