API Reference Manual
1.48.0
|
Schedule group information. More...
#include <schedule_types.h>
Data Fields | |
const char * | name |
Schedule group name. | |
odp_thrmask_t | thrmask |
Thread mask of the schedule group. | |
int | num |
Number of group specific priority levels in 'level'. | |
odp_schedule_prio_t | level [ODP_SCHED_MAX_PRIOS] |
Group specific priority levels. More... | |
Schedule group information.
Definition at line 692 of file api/spec/schedule_types.h.
odp_schedule_prio_t odp_schedule_group_info_t::level[ODP_SCHED_MAX_PRIOS] |
Group specific priority levels.
See odp_schedule_group_param_t::prio.
Definition at line 706 of file api/spec/schedule_types.h.