Skip to content
Snippets Groups Projects
user avatar
deuce authored
lock contention.

Unfortunately, there are no wrappers for pthread_rwlock_*(), so use mutexes
for Win32.

While we're here, clean up the locking regime a bit... in lock order, keep
the locks like this:

vstatlock
vmem_lock
screenlock

This should reduce future deadlocks (once I shake out any new deadlocks that
is).
0b188118
History
Name Last commit Last update