> 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.