OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ARC4_ATFORK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/android/include/
arc4random.h
41
#define
_ARC4_ATFORK
(f) __register_atfork(NULL, NULL, (f), __dso_handle)
43
#define
_ARC4_ATFORK
(f) pthread_atfork(NULL, NULL, (f))
93
_ARC4_ATFORK
(_rs_forkhandler);
/bionic/libc/private/
thread_private.h
51
#define
_ARC4_ATFORK
(f) pthread_atfork(NULL, NULL, (f))
Completed in 143 milliseconds