cvs commit: src/sys/sys proc.h umtx.h src/sys/kern kern_umtx.c
Jeff Roberson
jroberson at chesapeake.net
Tue Jun 3 04:11:28 PDT 2003
On Mon, 2 Jun 2003, Nate Lawson wrote:
> On Mon, 2 Jun 2003, Jeff Roberson wrote:
> > - 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)
> ^^^^^^^ ^^^^^^^
>
> -Nate :)
>
Obviously I was using a lossy terminal. I assure that the terminal that I
typed up the source on was lossless. Unless there are bugs. Then it was
the other terminal again.
Cheers,
Jeff
More information about the cvs-src
mailing list