K 10 svn:author V 3 jhb K 8 svn:date V 27 2011-03-07T17:14:18.099455Z K 7 svn:log V 383 MFC 218970,219240: Use umtx_key objects to uniquely identify futexes. Private futexes in different processes that happen to use the same user address in the separate processes will now be treated as distinct futexes rather than the same futex. We can now honor shared futexes properly by mapping them to a AUTO_SHARED umtx_key. Private futexes use THREAD_SHARED umtx_key objects. END