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