Re: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls

2015-12-18 Thread Ivan Khoronzhuk
Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Ivan Khoronzhuk Sent: Thursday, December 17, 2015 6:31 PM To: lng-odp@lists.linaro.org Subject: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls This patch adds odp_time_local_res() and

Re: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls

2015-12-18 Thread Ivan Khoronzhuk
bject: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls This patch adds odp_time_local_res() and odp_time_wait_until(), odp_time_wait_ns() APIs. Signed-off-by: Ivan Khoronzhuk --- include/odp/api/time.h| 21 platform/linux-generic/odp_time.c

Re: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls

2015-12-18 Thread Savolainen, Petri (Nokia - FI/Espoo)
Behalf Of EXT > Ivan Khoronzhuk > Sent: Thursday, December 17, 2015 6:31 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and > wait API calls > > This patch adds odp_time_local_res() and odp_time_wait_until(), > odp_ti

[lng-odp] [API-NEXT PATCH v4 1/6] api: time: add resolution and wait API calls

2015-12-17 Thread Ivan Khoronzhuk
This patch adds odp_time_local_res() and odp_time_wait_until(), odp_time_wait_ns() APIs. Signed-off-by: Ivan Khoronzhuk --- include/odp/api/time.h| 21 platform/linux-generic/odp_time.c | 100 ++ 2 files changed, 101 insertions(+), 20 del