Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dquick_exit.c41 struct quick_exit_handler { struct
42 struct quick_exit_handler *next; argument
46 static _Atomic(struct quick_exit_handler *) handlers; argument
51 struct quick_exit_handler *h; in at_quick_exit()
66 struct quick_exit_handler *h; in quick_exit()