Home
last modified time | relevance | path

Searched refs:thread_local_dtors_alive (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/exit/
H A Dcxa_thread_atexit_impl.c37 __thread bool thread_local_dtors_alive = false; variable
51 thread_local_dtors_alive = false; in run_cur_thread_dtors()
78 if (!thread_local_dtors_alive) { in __cxa_thread_atexit_impl()
83 thread_local_dtors_alive = true; in __cxa_thread_atexit_impl()

Completed in 1 milliseconds