API Reference Manual  1.48.0
odp_schedule_group_info_t Struct Reference

Schedule group information. More...

#include <schedule_types.h>

Collaboration diagram for odp_schedule_group_info_t:
[legend]

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...
 

Detailed Description

Schedule group information.

Definition at line 692 of file api/spec/schedule_types.h.

Field Documentation

◆ level

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.


The documentation for this struct was generated from the following file: