aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/subprocess.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2016-05-24 18:45:40 +0200
committerGravatar wm4 <wm4@nowhere>2016-05-24 19:02:22 +0200
commitb9cc33de58c3e58a93c5e5316e5734922f5a44b9 (patch)
tree60862bc79e8bdb76bfba9cb1d5d7e7cb9191d403 /osdep/subprocess.h
parent8ff96f0216884f9bd3c60857e629a25aaa8704de (diff)
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 'osdep/subprocess.h')
0 files changed, 0 insertions, 0 deletions