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


Ignore:
Timestamp:
2006-05-31T15:08:41Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
440cff5
Parents:
3f695aad
Message:

Added asynchronous waiting on ipc_async_send, when kernel limits
are reached. It works better in test_time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    r3f695aad rfc42b28  
    55#include <psthread.h>
    66#include <sys/time.h>
     7#include <atomic.h>
    78
    89typedef ipc_callid_t aid_t;
     
    2728void interrupt_received(ipc_call_t *call)  __attribute__((weak));
    2829
     30
     31extern atomic_t async_futex;
     32
    2933#endif
Note: See TracChangeset for help on using the changeset viewer.