Changeset 01ff41c in mainline for libc/generic/thread.c


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

    r7f9cd77 r01ff41c  
    4343#endif
    4444
     45static LIST_INITIALIZE(thread_garbage);
    4546
    4647extern char _tdata_start;
     
    146147        __SYSCALL1(SYS_THREAD_EXIT, (sysarg_t) status);
    147148}
     149
Note: See TracChangeset for help on using the changeset viewer.