mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
nova: add feature to yield a thread
used by virtualbox intensively
This commit is contained in:
committed by
Christian Helmuth
parent
39a7ffd233
commit
dd95266235
@@ -147,6 +147,11 @@ namespace Nova {
|
||||
*/
|
||||
enum Sem_op { SEMAPHORE_UP = 0U, SEMAPHORE_DOWN = 1U, SEMAPHORE_DOWNZERO = 0x3U };
|
||||
|
||||
/**
|
||||
* Ec operations
|
||||
*/
|
||||
enum Ec_op { EC_RECALL = 0U, EC_YIELD = 1U };
|
||||
|
||||
|
||||
class Descriptor
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user