Re: [lng-odp] [RFC/API-NEXT] api: schedule: add ordered context unlock-lock

2017-06-16 Thread Bala Manoharan
On 16 June 2017 at 21:14, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Can you please explain the use case for this API? > > We already have odp_schedule_order_unlock and odp_schedule_order_lock. > These APIs can be used to do the same operation. > Yes. This API can be

Re: [lng-odp] [RFC/API-NEXT] api: schedule: add ordered context unlock-lock

2017-06-16 Thread Bala Manoharan
Regards, Bala On 16 June 2017 at 19:42, Bill Fischofer wrote: > On Fri, Jun 16, 2017 at 6:21 AM, Balasubramanian Manoharan > wrote: > > Adds api to release an existing ordered lock and acquire a new lock. > > > > Signed-off-by:

Re: [lng-odp] [RFC/API-NEXT] api: schedule: add ordered context unlock-lock

2017-06-16 Thread Bill Fischofer
On Fri, Jun 16, 2017 at 6:21 AM, Balasubramanian Manoharan wrote: > Adds api to release an existing ordered lock and acquire a new lock. > > Signed-off-by: Balasubramanian Manoharan > --- > include/odp/api/spec/schedule.h | 20

[lng-odp] [RFC/API-NEXT] api: schedule: add ordered context unlock-lock

2017-06-16 Thread Balasubramanian Manoharan
Adds api to release an existing ordered lock and acquire a new lock. Signed-off-by: Balasubramanian Manoharan --- include/odp/api/spec/schedule.h | 20 1 file changed, 20 insertions(+) diff --git a/include/odp/api/spec/schedule.h