Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_thread_atexit_test.cpp67 static thread_local ClassWithDtorForMainThread class_with_dtor_for_main_thread; in thread_atexit_main() local
68 class_with_dtor_for_main_thread.set_message("d-tor for main thread called."); in thread_atexit_main()