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

12

  /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.12/src/video/
SDL_video.c 138 static int lock_count = 0; variable
    [all...]

Completed in 1736 milliseconds

12