summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/process.h
Commit message (Collapse)AuthorAgeFilesLines
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-1/+0Star
|
* Use a linker-table based system to automatically mark and start upMichael Brown2007-07-031-0/+11
| | | | | permanent processes, rather than requiring each one to have its own initialisation function.
* Modify process semantics; rescheduling is now automatic.Michael Brown2007-05-261-4/+37
| | | | | | Add reference-counting to processes. Add timer_running() test.
* Added basic code for implementing co-operative multitasking.Michael Brown2006-04-291-0/+32
Yes, you really can do it in 65 bytes.