Searched defs:_ARC4_ATFORK (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/ | ||
H A D | arc4random.h | 43 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
macro |
H A D | arc4random.c | 48 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f))
macro |
Completed in 1 milliseconds