OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_atexit
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/stdlib/
atexit.c
62
__cxa_atexit
(void (*func)(void *), void *arg, void *dso)
function
109
* 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 73 milliseconds