HomeSort by relevance Sort by last modified time
    Searched refs:lock_count (Results 51 - 54 of 54) sorted by null

1 23

  /external/kernel-headers/original/linux/
android_power.h 19 int lock_count; member in struct:__anon21663
  /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 79 milliseconds

1 23