Searched refs:arc4random_mtx (Results 1 – 1 of 1) sorted by relevance
176 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; variable177 #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx);178 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx);