Re: [lng-odp] [PATCHv2] example: timer simple

2016-06-09 Thread Maxim Uvarov
Merged, Maxim. On 06/09/16 02:41, Bill Fischofer wrote: On Wed, Jun 8, 2016 at 2:27 PM, Maxim Uvarov > wrote: Example for simple timer usage. https://bugs.linaro.org/show_bug.cgi?id=2090 Signed-off-by: Maxim Uvarov mailto:maxim.uva...@linaro.org>>

Re: [lng-odp] [PATCHv2] example: timer simple

2016-06-08 Thread Bill Fischofer
On Wed, Jun 8, 2016 at 2:27 PM, Maxim Uvarov wrote: > Example for simple timer usage. > https://bugs.linaro.org/show_bug.cgi?id=2090 > > Signed-off-by: Maxim Uvarov > Reviewed-and-tested-by: Bill Fischofer > --- > v2: use better name for pool and more return code checks on destroy > (Bills

[lng-odp] [PATCHv2] example: timer simple

2016-06-08 Thread Maxim Uvarov
Example for simple timer usage. https://bugs.linaro.org/show_bug.cgi?id=2090 Signed-off-by: Maxim Uvarov --- v2: use better name for pool and more return code checks on destroy (Bills comments). example/timer/.gitignore | 1 + example/timer/Makefile.am| 12 ++- example/time