odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v3] helper: threads: fix synchronized thread start in process mode

Open MatiasElo opened this issue 2 years ago • 0 comments

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]

MatiasElo avatar Jul 15 '22 10:07 MatiasElo