Searched refs:__cxa_atexit (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ | ||
H A D | atexit.c | 101 __cxa_atexit(void (*hdlr)(void *), void *arg, void *dso) function 130 return (__cxa_atexit((_exithdlr_func_t)func, NULL, NULL)); |
Completed in 57 milliseconds