Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-26 Thread Savolainen, Petri (Nokia - FI/Espoo)
PATCH 1/3] api: thrmask: correct specification error For this set: Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org<mailto:bill.fischo...@linaro.org>> On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen <petri.savolai...@nokia.com<mailto:petri.savolai...

Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-26 Thread Maxim Uvarov
:* Friday, November 20, 2015 3:43 PM *To:* Savolainen, Petri (Nokia - FI/Espoo) *Cc:* LNG ODP Mailman List *Subject:* Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error For this set: Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org <mailto:bill.fischo...@lina

Re: [lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-20 Thread Bill Fischofer
For this set: Reviewed-by: Bill Fischofer On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen < petri.savolai...@nokia.com> wrote: > odp_thread_count_max() returns the maximum number of threads, > instead of odp_thrmask_count(). > > Signed-off-by: Petri Savolainen

[lng-odp] [API-NEXT PATCH 1/3] api: thrmask: correct specification error

2015-11-20 Thread Petri Savolainen
odp_thread_count_max() returns the maximum number of threads, instead of odp_thrmask_count(). Signed-off-by: Petri Savolainen --- include/odp/api/thrmask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/odp/api/thrmask.h