|
API Reference Manual 1.51.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. | |
Schedule group information.
Definition at line 696 of file api/spec/schedule_types.h.
| const char* odp_schedule_group_info_t::name |
Schedule group name.
Definition at line 698 of file api/spec/schedule_types.h.
| odp_thrmask_t odp_schedule_group_info_t::thrmask |
Thread mask of the schedule group.
Definition at line 701 of file api/spec/schedule_types.h.
| int odp_schedule_group_info_t::num |
Number of group specific priority levels in 'level'.
Definition at line 704 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 710 of file api/spec/schedule_types.h.