HomeSort by: relevance | last modified time | path
    Searched defs:dead_handlers (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
atexit.c 194 struct atexit_handler *ah, *dead_handlers = NULL, **prevp; local in function:__cxa_finalize
234 ah->ah_next = dead_handlers;
235 dead_handlers = ah;
252 while ((ah = dead_handlers) != NULL) {
253 dead_handlers = ah->ah_next;
atexit.c 194 struct atexit_handler *ah, *dead_handlers = NULL, **prevp; local in function:__cxa_finalize
234 ah->ah_next = dead_handlers;
235 dead_handlers = ah;
252 while ((ah = dead_handlers) != NULL) {
253 dead_handlers = ah->ah_next;

Completed in 21 milliseconds