Home
last modified time | relevance | path

Searched defs:_ARC4_ATFORK (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcrypto/arc4random/
H A Darc4random_linux.h38 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) macro
40 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_aix.h35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_solaris.h35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_netbsd.h41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_osx.h35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_freebsd.h41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
H A Darc4random_hpux.h35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro