Searched refs:lock_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/threads/
H A Dth-lock.c164 static long *lock_count; variable
179 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
181 lock_count[i] = 0;
206 OPENSSL_free(lock_count);
232 lock_count[type]++;
323 static long *lock_count; variable
330 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 if (!lock_cs || !lock_count) {
335 if (lock_count)
336 OPENSSL_free(lock_count);
[all...]
H A Dmttest.c124 static long *lock_count; variable
756 static long *lock_count; variable
763 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
765 lock_count[i] = 0;
785 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
788 OPENSSL_free(lock_count);
817 lock_count[type]++;
949 static long *lock_count; variable
956 lock_count = OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
958 lock_count[
1127 static long *lock_count; variable
[all...]

Completed in 159 milliseconds