MESH energy Functions. More...
Go to the source code of this file.
Functions | |
| GSList * | mesh_energy_sched_find_idle_resources (mesh_scheduler *cs) |
| Searches the given scheduler and. | |
| GSList * | mesh_energy_scheduler_rr (mesh_scheduler *cs) |
| This is the default energy scheduler function. It uses a round-robin algorithm to schedule all the eligible threads onto idle resources, with a preference to using idle resources with higher fractional available computational power (using the default feature). It. | |
MESH energy Functions.
| GSList* mesh_energy_sched_find_idle_resources | ( | mesh_scheduler * | cs | ) |
Searches the given scheduler and.
label mesh_energy_sched_find_idle_resources
| cs | Scheduler to search for idle resources |
| GSList* mesh_energy_scheduler_rr | ( | mesh_scheduler * | cs | ) |
This is the default energy scheduler function. It uses a round-robin algorithm to schedule all the eligible threads onto idle resources, with a preference to using idle resources with higher fractional available computational power (using the default feature). It.
label mesh_energy_scheduler_rr
| cs | Scheduler to perform round-robin scheduling with |
1.7.1