OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_count
(Results
1 - 25
of
27
) sorted by null
1
2
/external/openssl/crypto/threads/
th-lock.c
160
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
[type]++
[
all
...]
/bionic/libc/kernel/common/linux/
android_power.h
20
int
lock_count
;
member in struct:__anon191
/development/ndk/platforms/android-3/include/linux/
android_power.h
20
int
lock_count
;
member in struct:__anon854