K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2012-04-22T19:00:51.365850Z K 7 svn:log V 316 Use lwsync to provide memory barriers on systems that support it instead of sync (lwsync is an alternate encoding of sync on systems that do not support it, providing graceful fallback). This provides more than an order of magnitude reduction in the time required to acquire or release a mutex. MFC after: 2 months END