You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging the reason for the pthread_* failures in these places, strerror(errno) will print whatever errno was set to instead of the real reason, which is returned by the pthread_* functions.
When logging the reason for the
pthread_*failures in these places,strerror(errno)will print whatevererrnowas set to instead of the real reason, which is returned by thepthread_*functions.