Re: Static and Dynamic Locking Functions

2013-03-14 Thread Betsy Gordon
Sent: Wednesday, March 13, 2013 8:21 PM > To: openssl-users@openssl.org > Subject: Re: Static and Dynamic Locking Functions > > Gordon, > > Not sure how your question relates OpenSSL, but in general, thread id is not > a unique identifier for locks. > > On Thu, Ma

Static and Dynamic Locking Functions

2013-03-13 Thread Betsy Gordon
Hello, I have implemented static and dynamic locking functions but have a lingering question. It is not clear to me whether the same thread would ever create more than one lock before previous locks created by that thread had been destroyed. In other words, is the thread id intended to