Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_thread_atexit.cpp67 __thread bool dtors_alive = false; variable
78 dtors_alive = false; in run_dtors()
117 if (!dtors_alive) { in __cxa_thread_atexit()
121 dtors_alive = true; in __cxa_thread_atexit()