Home
last modified time | relevance | path

Searched refs:_ARC4_ATFORK (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/lib/libc/gen/
Darc4random.h43 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
87 _ARC4_ATFORK(_rs_forkhandler); in _rs_allocate()
Darc4random.c48 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro