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

/freebsd-10.0-release/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)
/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.cdiff 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 111 milliseconds