Home
last modified time | relevance | path

Searched defs:__cxa_thread_atexit (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_exit_test.cpp62 int __cxa_thread_atexit(Destructor *dtor, void *obj, void *) { in __cxa_thread_atexit() function
/llvm-project/libc/test/integration/src/threads/
H A Dthrd_exit_test.cpp60 int __cxa_thread_atexit(Destructor *dtor, void *obj, void *) { in __cxa_thread_atexit() function
/llvm-project/libcxxabi/src/
H A Dcxa_thread_atexit.cpp111 _LIBCXXABI_FUNC_VIS int __cxa_thread_atexit(Dtor dtor, void* obj, void* dso_symbol) throw() { in __cxa_thread_atexit() function