For this set: Reviewed-by: Bill Fischofer <[email protected]>
On Fri, Nov 20, 2015 at 6:32 AM, Petri Savolainen < [email protected]> wrote: > odp_thread_count_max() returns the maximum number of threads, > instead of odp_thrmask_count(). > > Signed-off-by: Petri Savolainen <[email protected]> > --- > include/odp/api/thrmask.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/odp/api/thrmask.h b/include/odp/api/thrmask.h > index ebc31f2..8666166 100644 > --- a/include/odp/api/thrmask.h > +++ b/include/odp/api/thrmask.h > @@ -67,7 +67,7 @@ void odp_thrmask_set(odp_thrmask_t *mask, int thr); > * Set all threads in mask > * > * Set all possible threads in the mask. All threads from 0 to > - * odp_thrmask_count() minus one are set, regardless of which threads are > + * odp_thread_count_max() minus one are set, regardless of which threads > are > * actually active. > * > * @param mask Thread mask to set > -- > 2.6.2 > > _______________________________________________ > lng-odp mailing list > [email protected] > https://lists.linaro.org/mailman/listinfo/lng-odp >
_______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
