HomeSort by relevance Sort by last modified time
    Searched defs:__cxa_atexit (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
atexit.c 61 __cxa_atexit(void (*func)(void *), void *arg, void *dso) function
107 * Call all handlers registered with __cxa_atexit() for the shared
  /external/stlport/src/
cxa.c 10 /* 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'
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 10 /* 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 53 milliseconds