Are PRRWLock read locks reentrant?
Nathan Kinder <[email protected]> Tue, 18 Nov 2008 13:39:47 -0800
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
I know that a PRLock is not reentrant, but is getting a read lock on a PRRWLock using PR_RWLock_Rlock() reentrant? -NGK