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

/openbsd-current/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_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_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_solaris.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-current/lib/libc/include/
H A Dthread_private.h157 #define _ARC4_UNLOCK() do {} while (0) macro

Completed in 133 milliseconds