Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/android/include/
Darc4random.h42 #define _ARC4_ATFORK(f) __register_atfork(NULL, NULL, (f), __dso_handle) macro
44 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro
/bionic/libc/private/
Dthread_private.h32 #define _ARC4_ATFORK(f) pthread_atfork(NULL, NULL, (f)) macro