cctools
|
Implements bookkeeping for categories of tasks and their resources. More...
Go to the source code of this file.
Data Structures | |
struct | category |
Enumerations | |
enum | category_allocation_t { CATEGORY_ALLOCATION_FIRST = 0, CATEGORY_ALLOCATION_AUTO = 0, CATEGORY_ALLOCATION_MAX, CATEGORY_ALLOCATION_ERROR } |
Valid states for the lifetime of automatic resource allocations for a single task. More... | |
enum | category_mode_t { CATEGORY_ALLOCATION_MODE_FIXED = 0, CATEGORY_ALLOCATION_MODE_MAX, CATEGORY_ALLOCATION_MODE_MIN_WASTE, CATEGORY_ALLOCATION_MODE_MAX_THROUGHPUT } |
Valid modes for computing automatic resource allocations. More... | |
Implements bookkeeping for categories of tasks and their resources.
Valid states for the lifetime of automatic resource allocations for a single task.
enum category_mode_t |
Valid modes for computing automatic resource allocations.