odp
odp copied to clipboard
[PATCH v3] helper: threads: fix synchronized thread start in process mode
Memory for odph_thread_create() output thread table is given by application, so there is no guarantee that the memory can be used to synchronize child process startup. Use socketpair() instead.
Signed-off-by: Matias Elo [email protected]