Searched defs:class_with_dtor (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A D__cxa_thread_atexit_test.cpp40 static ClassWithDtor class_with_dtor; variable
42 static thread_local ClassWithDtor class_with_dtor; variable
46 class_with_dtor.set_message(*static_cast<std::string*>(arg));

Completed in 50 milliseconds