Home | History | Annotate | Download | only in threads

Lines Matching refs:lock_count

160 static long *lock_count;
171 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
174 lock_count[i]=0;
200 OPENSSL_free(lock_count);
228 lock_count[type]++;
321 static long *lock_count;
328 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 lock_count[i]=0;
349 OPENSSL_free(lock_count);
370 lock_count[type]++;