pthreads: Use sticky version in pthread_is_threaded_np().
It was observed that several applications have undefined behaviour if they become implicitly threaded at runtime (e.g. locale libraries).
pthreads: Use sticky version in pthread_is_threaded_np().
It was observed that several applications have undefined behaviour if they become implicitly threaded at runtime (e.g. locale libraries). This allows to check status to avoid issues in applications calling sigprocmask() and fork() without immediate exec().
show more ...
|