tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rwlock



> Date: Wed, 28 Jun 2017 17:05:12 +0000
> From: coypu%sdf.org@localhost
> 
> does rwlock RW_WRITER prevent new readers?

Yes.  This is the standard technique to avoid writer starvation, and
it is what the RW_WRITE_WANTED bit does.


Home | Main Index | Thread Index | Old Index