Searched defs:_exit_handlers (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexit.c39 struct handlers *_exit_handlers; variable in typeref:struct:handlers
50 while (h = _exit_handlers) {
51 _exit_handlers = h->next;

Completed in 56 milliseconds