summaryrefslogtreecommitdiff
path: root/core/thread/start_thread.c
Commit message (Expand)AuthorAgeFilesLines
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2009-09-091-8/+22
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-091-3/+14
* core: simple thread libraryH. Peter Anvin2009-09-081-0/+33