API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_schedule_param_t Struct Reference

Scheduler parameters. More...

#include <schedule_types.h>

Data Fields

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

Detailed Description

Scheduler parameters.

Definition at line 188 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 210 of file api/spec/schedule_types.h.


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