Home
last modified time | relevance | path

Searched refs:__cxa_thread_atexit (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc77 extern "C" int __cxa_thread_atexit(void (*)(void *), void *, void *);
83 __cxa_thread_atexit(again, arg, &output); in again()
H A Dcxa_thread_atexit_test.cc50 extern "C" int __cxa_thread_atexit(void (*)(void *), void *, void *);
56 __cxa_thread_atexit(again, arg, &output); in again()
/freebsd/lib/libc/stdlib/
H A Dcxa_thread_atexit.c32 __cxa_thread_atexit(void (*dtor_func)(void *), void *obj, void *dso_symbol) in __cxa_thread_atexit() function
H A DSymbol.map110 __cxa_thread_atexit;