Specify implementation-defined maximum number of ordered locks that are available per ordered queue.
Signed-off-by: Bill Fischofer <[email protected]> --- include/odp/api/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/odp/api/config.h b/include/odp/api/config.h index 302eaf5..f417b8b 100644 --- a/include/odp/api/config.h +++ b/include/odp/api/config.h @@ -39,6 +39,11 @@ extern "C" { #define ODP_CONFIG_QUEUES 1024 /** + * Maximum number of ordered locks per queue + */ +#define ODP_CONFIG_MAX_ORDERED_LOCKS_PER_QUEUE 2 + +/** * Number of scheduling priorities */ #define ODP_CONFIG_SCHED_PRIOS 8 -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
