Changeset fc42b28 in mainline for libc/generic/async.c


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/generic/async.c

    r3f695aad rfc42b28  
    9494#include <arch/barrier.h>
    9595
    96 static atomic_t async_futex = FUTEX_INITIALIZER;
     96atomic_t async_futex = FUTEX_INITIALIZER;
    9797static hash_table_t conn_hash_table;
    9898static LIST_INITIALIZE(timeout_list);
Note: See TracChangeset for help on using the changeset viewer.