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

/external/stlport/src/
H A Dcxa.c10 /* Note: __cxa_finalize and __cxa_atexit present in libc in FreeBSD 5.3 */
70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) function
155 /* If D is non-NULL, call all functions registered with `__cxa_atexit'

Completed in 65 milliseconds