[dpdk-users] L-threads: is it safe to call pthread_override_set(1) outside of initial_lthread ?
ikuzar RABE
ikuzar9295 at gmail.com
Wed May 15 11:45:44 CEST 2019
Hi all,
I am porting legacy code (originally written for a pthread environment) to
run on L-threads.
As a starting point, I took the example here
https://doc.dpdk.org/api/examples_2performance-thread_2pthread_shim_2main_8c-example.html
I 'd like to know if I may call pthread_override_set(1) outside of
initial_thread() :
I intend to initialize mutex and condition variables inside my own
initialization function init_app() directly called from main().
The first call I intend to make inside init_app() is pthread_override_set(1).
is it Ok ?
Thank you for your help,
Regards,
ikuzar
More information about the users
mailing list