summaryrefslogtreecommitdiff
path: root/core/thread/timeout.c
Commit message (Collapse)AuthorAgeFilesLines
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2009-09-091-1/+1
| | | | | | | | Have start_thread() allocate memory dynamically, using malloc(). XXX: should probably free that memory in __exit_thread()... could be "interesting". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* core: simple thread libraryH. Peter Anvin2009-09-081-0/+39
Simple thread library with the intent of making lwIP easier to port. Signed-off-by: H. Peter Anvin <hpa@zytor.com>