Searched refs:runnable (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/vmkitmon/
H A Dguest.c687 if (!g->runnable) {
688 g->runnable = true;
850 g->runnable = true;
934 * \brief Marks a guest as runnable.
936 * A call to this method will update the guest's runnable state and, if made
937 * runnable, yield the remaining time slice to the guest domain.
944 assert(g->runnable);
1034 // update the guets domain's runnable state
2660 g->runnable = false;
2986 if (g->runnable) {
[all...]
H A Dguest.h25 // indicates whether the guest is runnable atm or waiting
26 bool runnable; member in struct:guest
/barrelfish-master/usr/arrakismon/
H A Dguest.h33 // indicates whether the guest is runnable atm or waiting
34 bool runnable; member in struct:guest
H A Dguest.c1161 if (!g->runnable) {
1162 g->runnable = true;
1315 g->runnable = true;
1402 * \brief Marks a guest as runnable.
1404 * A call to this method will update the guest's runnable state and, if made
1405 * runnable, yield the remaining time slice to the guest domain.
1412 assert(g->runnable);
1504 // update the guets domain's runnable state
3081 g->runnable = false;
3341 if (g->runnable) {
[all...]
/barrelfish-master/doc/013-capability-mgmt/
H A Dtype_system.tex386 \arg Make runnable if true
391 invocation, or after multiple invocations), and if the runnable flag
392 is set, the dispatcher is made runnable. \note{There are additional
/barrelfish-master/doc/011-idc/
H A DIDC.tex1003 endpoint buffer and then make the receiver dispatcher runnable (which will cause
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex68 A design model is a runnable program, whose execution in \ECL

Completed in 113 milliseconds