Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/arc4random/
Darc4random_win.h44 #define _ARC4_UNLOCK() ReleaseMutex(arc4random_mtx) macro
Darc4random_aix.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_hpux.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_osx.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_freebsd.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_solaris.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_netbsd.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
Darc4random_linux.h33 #define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx) macro
/openbsd/src/lib/libc/include/
Dthread_private.h158 #define _ARC4_UNLOCK() do {} while (0) macro