Re: Max number of PRLock objects
"Wan-Teh Chang" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 7, 2008 at 7:09 AM, Anton Kostov <[email protected]> wrote: > > Is there a way to directly find the maximum number of PRLock objects > that are available for creation at a certain moment? I don't know how to do this, I guess the maximum number of PRLock objects (or rather, the underlying pthread_mutex_t or Win32 CRITICAL_SECTION objects) that you can create is very high. Wan-Teh