Searched hist:115765 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dumtx.hdiff 115765 Tue Jun 03 03:24:46 MDT 2003 jeff - 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)

Completed in 117 milliseconds