On Fri, Jul 9, 2021 at 12:05 AM Richard Weinberger <[email protected]> wrote: > Hmm. > I see cobalt_thread_harden() being called long before threadobj_init(). > cobalt_thread_trampoline() calls it too. > Same for pthread_setschedparam_ex() if the task in question is main().
Correction: It is always pthread_setschedparam_ex(). I forgot that I had pthread_create wrapping enabled in one test... -- Thanks, //richard
