Home
last modified time | relevance | path

Searched refs:arc4random_mtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Darc4random.h57 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; variable
61 _pthread_mutex_lock(&arc4random_mtx); \
67 _pthread_mutex_unlock(&arc4random_mtx); \
/freebsd/contrib/libarchive/libarchive/
H A Darchive_random.c176 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);