Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dquick_exit.c53 static struct quick_exit_handler *handlers; variable
66 h->next = handlers; in at_quick_exit()
68 handlers = h; in at_quick_exit()
82 for (h = handlers; NULL != h; h = h->next) { in quick_exit()
/bionic/
Dandroid-changes-for-ndk-developers.md350 To allow `atfork` and `pthread_atfork` handlers to be unregistered on