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.cpp16 static bool AtexitImplCalled = false; variable
23 AtexitImplCalled = true; in __cxa_thread_atexit_impl()
32 assert(AtexitImplCalled); in main()