Searched refs:__cxa_thread_atexit (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/tests/stdlib/ |
H A D | cxa_thread_atexit_nothr_test.cc | 77 extern "C" int __cxa_thread_atexit(void (*)(void *), void *, void *); 83 __cxa_thread_atexit(again, arg, &output); in again()
|
H A D | cxa_thread_atexit_test.cc | 50 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 D | cxa_thread_atexit.c | 32 __cxa_thread_atexit(void (*dtor_func)(void *), void *obj, void *dso_symbol) in __cxa_thread_atexit() function
|
H A D | Symbol.map | 110 __cxa_thread_atexit;
|