0 |
Readers and writers have interleaved priority; that is, if a write request is issued, any further read requests will block until the first write request is granted and finished |
1 |
Read requests always have priority, possibly leading to writer starvation. |
Comments:
If open-flags bit 0 is set to 0, and nested read locks are requested, then single thread deadlock is possible.