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

/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dth-lock.c160 static long *lock_count; variable
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; variable
328 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
331 lock_count[i]=0;
349 OPENSSL_free(lock_count);
370 lock_count[typ
[all...]
H A Dmttest.c131 static long *lock_count; variable
819 static long *lock_count; variable
826 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
829 lock_count[i]=0;
850 fprintf(stderr,"%8ld:%s\n",lock_count[i],CRYPTO_get_lock_name(i));
853 OPENSSL_free(lock_count);
882 lock_count[type]++;
1027 static long *lock_count; variable
1034 lock_count=OPENSSL_malloc(CRYPTO_num_locks() * sizeof(long));
1037 lock_count[
1220 static long* lock_count; variable
[all...]

Completed in 32 milliseconds