Searched refs:arc4random_mtx (Results 1 – 2 of 2) sorted by relevance
57 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; variable61 _pthread_mutex_lock(&arc4random_mtx); \67 _pthread_mutex_unlock(&arc4random_mtx); \
176 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;177 #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx); variable 178 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx);