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
Implement pthread_mutex_t using SRWLOCK on Windows
SRWLOCK is faster than CRITICAL_SECTION. MSVC implements the C11 mtx_t
and C++ std::mutex using SRWLOCK.
Remove #include <errno.h>. It should have been removed along with the
pthread_trylock() function in commit d77922a.
Change-Id: If3e5e5ccc9f34ef002971ef0d9fc6db8a6b0b650
0 commit comments