K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-06-03T05:24:46.000000Z K 7 svn:log V 284 - Remove the blocked pointer from the umtx structure. - Use a hash of umtx queues to queue blocked threads. We hash on pid and the virtual address of the umtx structure. This eliminates cases where we previously held a lock across a casuptr call. Reviwed by: jhb (quickly) END