summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-24 18:45:40 +0200
committerwm4 <wm4@nowhere>2016-05-24 19:02:22 +0200
commitb9cc33de58c3e58a93c5e5316e5734922f5a44b9 (patch)
tree60862bc79e8bdb76bfba9cb1d5d7e7cb9191d403 /wscript_build.py
parent8ff96f0216884f9bd3c60857e629a25aaa8704de (diff)
downloadmpv-b9cc33de58c3e58a93c5e5316e5734922f5a44b9.tar.bz2
mpv-b9cc33de58c3e58a93c5e5316e5734922f5a44b9.tar.xz
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.
Diffstat (limited to 'wscript_build.py')
0 files changed, 0 insertions, 0 deletions