Changeset c042bdd in mainline for libc/include/async.h


Ignore:
Timestamp:
2006-05-28T23:41:42Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bd03eb
Parents:
2d1fde3b
Message:

Added support for async_wait_timeout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    r2d1fde3b rc042bdd  
    44#include <ipc/ipc.h>
    55#include <psthread.h>
     6#include <time.h>
    67
    78typedef ipc_callid_t aid_t;
     
    1819                   ipc_call_t *dataptr);
    1920void async_wait_for(aid_t amsgid, ipcarg_t *result);
     21int async_wait_timeout(aid_t amsgid, ipcarg_t *retval, suseconds_t timeout);
    2022
    2123
Note: See TracChangeset for help on using the changeset viewer.