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

RE: Static and Dynamic Locking Functions

2013-03-14 Thread Yan, Bob
tatic 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, Mar 14, 2013 at 3:40 AM, Betsy Gordon mailto:bgor...@companioncorp.com>> wrote: Hello, I have implemented static and dyna

Re: Static and Dynamic Locking Functions

2013-03-13 Thread Le Huang
Gordon, Not sure how your question relates OpenSSL, but in general, thread id is not a unique identifier for locks. On Thu, Mar 14, 2013 at 3:40 AM, Betsy Gordon wrote: > Hello, > > I have implemented static and dynamic locking functions but have a > lingering question. It

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