API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 

Detailed Description

Schedule group information.

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

Field Documentation

◆ name

const char* odp_schedule_group_info_t::name

Schedule group name.

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

◆ thrmask

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.

◆ num

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.

◆ 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 710 of file api/spec/schedule_types.h.


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