Changeset 6b21292 in mainline for uspace/lib/libc/include/async.h


Ignore:
Timestamp:
2008-12-30T19:34:23Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ad953c
Parents:
1c1002a
Message:

support for sending asynchronous messages (without preemption) in interrupt notification handler
any potential synchronization problems should be solved properly in the user code, not by an unconditional termination

File:
1 edited

Legend:

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

    r1c1002a r6b21292  
    119119 * User-friendly wrappers for async_req_fast() and async_req_slow(). The macros
    120120 * are in the form async_req_m_n(), where m is the number of payload arguments
    121  * and n is the number of return arguments. The macros decidce between the fast
     121 * and n is the number of return arguments. The macros decide between the fast
    122122 * and slow verion based on m.
    123123 */
Note: See TracChangeset for help on using the changeset viewer.