comparison cfg-common.h @ 30809:d01c83dcb634

Make Win32 mutex and thread linked lists thread safe. loader/win32.c contains a global linked list of all existing mutexes (whose head is called mlist), which is accessed from multiple threads, and as such needs to be protected by a mutex. Fixed. Same thing for the global linked list of all existing threads, whose head is called list.
author sesse
date Sat, 06 Mar 2010 10:05:10 +0000
parents 3d23e24c5c60
children dd7f15a3fb1b
comparison
equal deleted inserted replaced
30808:ce19feeb5cbb 30809:d01c83dcb634