Are PR_Locks thread re-entrant?
Rich Megginson <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
That is, can you lock a mutex more than once in the same thread? We have a case where a function acquires a PR_Lock mutex and is called recursively.