Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
H A Darc4random.c74 static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER; variable
75 #define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx)
76 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx)