Changeset 01ff41c in mainline for libc/include/psthread.h


Ignore:
Timestamp:
2006-05-27T22:28:25Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7f5b37a
Parents:
7f9cd77
Message:

Added functions to async framework for reasonable sending asynchronous
messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/psthread.h

    r7f9cd77 r01ff41c  
    7575void psthread_add_manager(pstid_t psthrid);
    7676void psthread_remove_manager(void);
     77pstid_t psthread_get_id(void);
    7778
    7879static inline int psthread_schedule_next() {
Note: See TracChangeset for help on using the changeset viewer.