https://bugs.linaro.org/show_bug.cgi?id=3675

--- Comment #1 from Yi He <yi...@linaro.org> ---
Did not reproduce this problem on my server platform, from code review it looks
like the inner printf(s) possibly impose unpredictable delays and cause the
period exceeding the upper limit (5 seconds + 60 milliseconds):

        /* check time correctness */
        start_time = odp_time_local();
        for (i = 1; i < 6; i++) {
                odp_schedule(&queue, wait_time);
                ---->>>> printf("%d..", i);
        }
        end_time = odp_time_local();

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to