summaryrefslogtreecommitdiff
path: root/core/include/thread.h
Commit message (Expand)AuthorAgeFilesLines
* core: mbox/semaphore NULL checksGene Cumm2013-08-031-2/+3
* thread: Add magic number, debugging code, min stack sizeH. Peter Anvin2012-03-301-0/+3
* thread: allow marking invalid; allow for static mboxesH. Peter Anvin2011-10-111-0/+21
* pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-091-23/+0
* thread: fix warningsH. Peter Anvin2011-05-011-0/+1
* thread: simplify the schedulerH. Peter Anvin2011-04-301-2/+0
* thread: make kill_thread() actually do its jobH. Peter Anvin2011-04-271-1/+11
* pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-2/+7
* lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-0/+2
* thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-211-0/+1
* core: thread: Implement polling for wakeups.Eric W. Biederman2011-04-121-0/+2
* core thread: Don't include core.h from thread.hEric W. Biederman2011-04-091-1/+2
* core: thread: add a name fieldH. Peter Anvin2011-04-091-1/+2
* core: thread: add static declaration of semaphoresH. Peter Anvin2011-04-091-0/+9
* thread: add support for locking the schedulerH. Peter Anvin2011-04-091-0/+3
* core thread: Rename timeouts pvt to better reflect it's use.Eric W. Biederman2011-04-091-3/+1
* core: thread: add a "timeouts" pointer to the thread structureH. Peter Anvin2011-04-091-0/+3
* core: thread: move most thread state to stack; task switch errnoH. Peter Anvin2011-04-091-5/+1
* core: thread: have start_thread() allocate memory dynamicallyH. Peter Anvin2011-04-081-2/+2
* core: simple thread libraryH. Peter Anvin2011-04-081-0/+84