Home
last modified time | relevance | path

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

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