Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/arch-common/bionic/
Dpthread_atfork.h25 extern int __register_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void), void…
32 int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)) { in pthread_atfork()
33 return __register_atfork(prepare, parent, child, &__dso_handle); in pthread_atfork()
/bionic/libc/bionic/
Dpthread_atfork.cpp39 void (*prepare)(void); member
126 if (it->prepare != nullptr) { in __bionic_atfork_run_prepare()
127 it->prepare(); in __bionic_atfork_run_prepare()
155 extern "C" int __register_atfork(void (*prepare)(void), void (*parent)(void), in __register_atfork()
162 entry->prepare = prepare; in __register_atfork()
/bionic/tests/libs/
Dpthread_atfork.cpp19 extern "C" int proxy_pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void… in proxy_pthread_atfork()
20 return pthread_atfork(prepare, parent, child); in proxy_pthread_atfork()
/bionic/benchmarks/
Drun-on-host.sh21 prepare $1 bionic-benchmarks
/bionic/tests/
Drun-on-host.sh22 prepare $1 bionic-unit-tests
/bionic/build/
Drun-on-host.sh16 function prepare() function
DNOTICE70 copyright license to reproduce, prepare Derivative Works of,
/bionic/apex/
DNOTICE70 copyright license to reproduce, prepare Derivative Works of,
/bionic/docs/
DNOTICE70 copyright license to reproduce, prepare Derivative Works of,