Searched defs:CRYPTO_MUTEX (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/include/openssl/
H A Dthread.h70 typedef struct crypto_mutex_st {} CRYPTO_MUTEX; typedef in typeref:struct:crypto_mutex_st
72 /* CRYPTO_MUTEX can appear in public header files so we really don't want to
78 } CRYPTO_MUTEX; typedef in typeref:union:crypto_mutex_st
80 typedef pthread_rwlock_t CRYPTO_MUTEX; typedef
90 } CRYPTO_MUTEX; typedef in typeref:union:crypto_mutex_st
/external/boringssl/src/include/openssl/
H A Dthread.h70 typedef struct crypto_mutex_st {} CRYPTO_MUTEX; typedef in typeref:struct:crypto_mutex_st
72 /* CRYPTO_MUTEX can appear in public header files so we really don't want to
78 } CRYPTO_MUTEX; typedef in typeref:union:crypto_mutex_st
80 typedef pthread_rwlock_t CRYPTO_MUTEX; typedef
90 } CRYPTO_MUTEX; typedef in typeref:union:crypto_mutex_st

Completed in 68 milliseconds