Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dcxa_thread_atexit_test.pass.cpp15 static bool AtexitImplCalled = false; variable
22 AtexitImplCalled = true; in __cxa_thread_atexit_impl()
31 assert(AtexitImplCalled); in main()