mpv/osdep/win32
wm4 b9cc33de58 win32: pthread: use SRW locks by default
SRW locks are available since Windows Vista. They work essentially like
Linux futexes. In particular, they can be statically initialized, and do
not require deinitialization. This makes them ideal for implementing
PTHREAD_MUTEX_INITIALIZER.

We still need CRITICAL_SECTION for recursive mutexes.
2016-05-24 19:02:22 +02:00
..
include win32: pthread: use SRW locks by default 2016-05-24 19:02:22 +02:00
pthread.c win32: pthread: use SRW locks by default 2016-05-24 19:02:22 +02:00