Searched refs:handlers (Results 1 – 2 of 2) sorted by relevance
53 static struct quick_exit_handler *handlers; variable66 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()
350 To allow `atfork` and `pthread_atfork` handlers to be unregistered on