summaryrefslogtreecommitdiff
path: root/core/thread
Commit message (Expand)AuthorAgeFilesLines
* thread: mbox: fix return value for mbox_fetch()threadH. Peter Anvin2009-09-101-2/+6
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2009-09-093-19/+38
* core: thread: merge mbox_post() and mbox_trypost()H. Peter Anvin2009-09-091-14/+3
* core: add simple mailbox libraryH. Peter Anvin2009-09-091-0/+64
* core: thread: add option to not wait on a semaphore at allH. Peter Anvin2009-09-091-26/+33
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-093-10/+16
* core: simple thread libraryH. Peter Anvin2009-09-0810-0/+332