Home
last modified time | relevance | path

Searched defs:__cxa_thread_atexit_impl (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxxabi/test/
H A Dcxa_thread_atexit_test.pass.cpp17 extern "C" int __cxa_thread_atexit_impl(void (*dtor)(void *), void *obj, in __cxa_thread_atexit_impl() function
/llvm-project/libc/src/__support/threads/
H A Dthread.cpp145 extern "C" int __cxa_thread_atexit_impl(AtExitCallback *callback, void *obj, in __cxa_thread_atexit_impl() function