API Reference Manual  1.45.0
odp_schedule_param_t Struct Reference

Scheduler parameters. More...

#include <schedule_types.h>

Data Fields

odp_schedule_prio_t prio
 Priority level. More...
 
odp_schedule_sync_t sync
 Synchronization method. More...
 
odp_schedule_group_t group
 Thread group. More...
 
uint32_t lock_count
 Ordered lock count for this queue. More...
 

Detailed Description

Scheduler parameters.

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

Field Documentation

◆ prio

◆ sync

◆ group

◆ lock_count

uint32_t odp_schedule_param_t::lock_count

Ordered lock count for this queue.

Default value is 0.

Examples
odp_pktio_ordered.c.

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


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