Home | History | Annotate | Download | only in native

Lines Matching refs:MUTEX_TYPE

1047 #define MUTEX_TYPE pthread_mutex_t
1057 static MUTEX_TYPE* mutex_buf = NULL;
1072 mutex_buf = new MUTEX_TYPE[CRYPTO_num_locks()];
5492 MUTEX_TYPE mutex;