HomeSort by relevance Sort by last modified time
    Searched refs:lock_names (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/
thread.c 68 /* lock_names contains the names of all the locks defined in thread.h. */
69 static const char *const lock_names[] = { variable
84 sizeof(lock_names) / sizeof(lock_names[0]),
108 return lock_names[lock_num];
  /external/openssl/crypto/
cryptlib.c 127 static const char* const lock_names[CRYPTO_NUM_LOCKS] = variable
657 return(lock_names[type]);

Completed in 93 milliseconds