API Reference Manual
1.46.0
|
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... | |
Scheduler parameters.
Definition at line 177 of file api/spec/schedule_types.h.
odp_schedule_prio_t odp_schedule_param_t::prio |
Priority level.
Default value is returned by odp_schedule_default_prio().
Definition at line 181 of file api/spec/schedule_types.h.
odp_schedule_sync_t odp_schedule_param_t::sync |
Synchronization method.
Default value is ODP_SCHED_SYNC_PARALLEL.
Definition at line 186 of file api/spec/schedule_types.h.
odp_schedule_group_t odp_schedule_param_t::group |
Thread group.
Default value is ODP_SCHED_GROUP_ALL.
Definition at line 191 of file api/spec/schedule_types.h.
uint32_t odp_schedule_param_t::lock_count |
Ordered lock count for this queue.
Default value is 0.
Definition at line 196 of file api/spec/schedule_types.h.