Re: [lng-odp] [PATCHv2] doc: proper definition of ODP thread

2016-05-20 Thread Bill Fischofer
On Fri, May 20, 2016 at 2:52 AM, Savolainen, Petri (Nokia - FI/Espoo) < petri.savolai...@nokia.com> wrote: > > > > > *From:* Christophe Milard [mailto:christophe.mil...@linaro.org] > *Sent:* Friday, May 20, 2016 10:22 AM > *To:* Bill Fischofer > *Cc:* Mike Holmes

Re: [lng-odp] [PATCHv2] doc: proper definition of ODP thread

2016-05-20 Thread Christophe Milard
On 20 May 2016 at 05:32, Bill Fischofer wrote: > > > On Thu, May 19, 2016 at 7:48 AM, Christophe Milard < > christophe.mil...@linaro.org> wrote: > >> Making clear which ODP instance a thread is joining >> when calling odp_init_local(). >> >> Signed-off-by: Christophe

Re: [lng-odp] [PATCHv2] doc: proper definition of ODP thread

2016-05-19 Thread Bill Fischofer
On Thu, May 19, 2016 at 7:48 AM, Christophe Milard < christophe.mil...@linaro.org> wrote: > Making clear which ODP instance a thread is joining > when calling odp_init_local(). > > Signed-off-by: Christophe Milard > --- > doc/glossary.adoc | 24

Re: [lng-odp] [PATCHv2] doc: proper definition of ODP thread

2016-05-19 Thread Savolainen, Petri (Nokia - FI/Espoo)
> --- a/include/odp/api/spec/init.h > +++ b/include/odp/api/spec/init.h > @@ -234,6 +234,10 @@ int odp_term_global(odp_instance_t instance); > * All threads must call this function before calling any other ODP API > * functions. The instance parameter specifies which ODP instance the > thread

[lng-odp] [PATCHv2] doc: proper definition of ODP thread

2016-05-19 Thread Christophe Milard
Making clear which ODP instance a thread is joining when calling odp_init_local(). Signed-off-by: Christophe Milard --- doc/glossary.adoc | 24 +--- include/odp/api/spec/init.h | 4 2 files changed, 21 insertions(+), 7