Searched defs:_ARC4_ATFORK (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/lib/libcrypto/arc4random/ |
H A D | arc4random_linux.h | 38 #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 D | arc4random_aix.h | 35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|
H A D | arc4random_solaris.h | 35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|
H A D | arc4random_netbsd.h | 41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|
H A D | arc4random_osx.h | 35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|
H A D | arc4random_freebsd.h | 41 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|
H A D | arc4random_hpux.h | 35 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
|