[lng-odp] [PATCH v6] example: time: add test of global time API on monotony

2016-01-15 Thread Ivan Khoronzhuk
This test example uses linux helper functions to schedule worker threads in order to check global time monotony between the threads. Each thread receives event from it's own queue, checks global time on correctness, writes in the buffer new current global time, chooses randomly next thread queue,

Re: [lng-odp] [PATCH v6] example: time: add test of global time API on monotony

2016-01-15 Thread Maxim Uvarov
Merged, thanks. Maxim. On 01/15/2016 12:59, Ivan Khoronzhuk wrote: This test example uses linux helper functions to schedule worker threads in order to check global time monotony between the threads. Each thread receives event from it's own queue, checks global time on correctness, writes in