Home
last modified time | relevance | path

Searched defs:_ARC4_UNLOCK (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libcrypto/arc4random/
H A Darc4random_win.h44 #define _ARC4_UNLOCK() ReleaseMutex(arc4random_mtx) macro
H A Darc4random_aix.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_solaris.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_netbsd.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_osx.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_freebsd.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_hpux.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
H A Darc4random_linux.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
/openbsd-src/lib/libc/include/
H A Dthread_private.h157 #define _ARC4_UNLOCK( global() macro