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

--- Comment #18 from Ola Liljedahl <ola.liljed...@linaro.org> ---
We don't want the periodic timer thread to perform the teardown (as some
unspecified time). The teardown needs to be complete (all resources freed) when
odp_timer_pool_destroy (?) returns.

Stuart suggested we create our own thread explicitly for processing these POSIX
timer events. Then we can also delete this thread as part of the teardown. I
think such a thread could be an ODP control plane thread, it shouldn't perform
too many ODP calls (odp_queue_enq once in a while). It is not a worker thread
and it can share CPU with other control plane threads.

I'll look into this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to