David Barrett wrote:
I'm experimenting with the reader/writer locks and have a question:
Can a thread write-lock a thread on which it already holds the read
lock?
No. A write lock is always exclusive.
-- Brane
David Barrett wrote:
I'm experimenting with the reader/writer locks and have a question:
Can a thread write-lock a thread on which it already holds the read
lock?
No. A write lock is always exclusive.
-- Brane