History log of /dflybsd-src/lib/libthread_xu/thread/thr_isthreaded_np.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 537c8762 15-Dec-2020 zrj <rimvydas.jasinskas@gmail.com>

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 ...


# 139374e6 12-Dec-2020 zrj <rimvydas.jasinskas@gmail.com>

pthreads: Add pthread_is_threaded_np() function.