OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_count
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/kernel-headers/original/linux/
android_power.h
19
int
lock_count
;
member in struct:__anon19859
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c
131
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
[i]=0
1220
static long*
lock_count
;
variable
[
all
...]
/external/openssl/crypto/threads/
mttest.c
131
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
[i]=0
1220
static long*
lock_count
;
variable
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c
144
static int
lock_count
= 0;
variable
[
all
...]
Completed in 105 milliseconds
1
2
3