parent
fe3fd39d8f
commit
2e5915dd09
1 changed files with 2 additions and 4 deletions
|
@ -40,10 +40,8 @@
|
|||
*
|
||||
* Empire threads are non-preemptive, i.e. they run until they
|
||||
* voluntarily yield the processor. The thread scheduler then picks
|
||||
* one of the runnable threads with the highest priority. Priorities
|
||||
* are static. Empire code relies on these properties heavily. The
|
||||
* most common form of yielding the processor is sleeping for some
|
||||
* event to happen.
|
||||
* one of the runnable threads. The most common form of yielding the
|
||||
* processor is sleeping for some event to happen.
|
||||
*/
|
||||
|
||||
#ifndef EMPTHREAD_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue