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
|
* Empire threads are non-preemptive, i.e. they run until they
|
||||||
* voluntarily yield the processor. The thread scheduler then picks
|
* voluntarily yield the processor. The thread scheduler then picks
|
||||||
* one of the runnable threads with the highest priority. Priorities
|
* one of the runnable threads. The most common form of yielding the
|
||||||
* are static. Empire code relies on these properties heavily. The
|
* processor is sleeping for some event to happen.
|
||||||
* most common form of yielding the processor is sleeping for some
|
|
||||||
* event to happen.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EMPTHREAD_H
|
#ifndef EMPTHREAD_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue