summaryrefslogtreecommitdiff
path: root/core/include/thread.h
Commit message (Expand)AuthorAgeFilesLines
* core: thread: add a "timeouts" pointer to the thread structureH. Peter Anvin2009-09-091-0/+3
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2009-09-091-5/+1
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-091-2/+2
* core: simple thread libraryH. Peter Anvin2009-09-081-0/+84