Searched refs:thread_local_dtors (Results 1 – 3 of 3) sorted by relevance
43 dtor->next = thread->thread_local_dtors; in __cxa_thread_atexit_impl()44 thread->thread_local_dtors = dtor; in __cxa_thread_atexit_impl()53 while (thread->thread_local_dtors != nullptr) { in __cxa_thread_finalize()54 thread_local_dtor* current = thread->thread_local_dtors; in __cxa_thread_finalize()55 thread->thread_local_dtors = current->next; in __cxa_thread_finalize()
168 thread_local_dtor* thread_local_dtors; variable
53 CHECK_OFFSET(pthread_internal_t, thread_local_dtors, 232); in tests()95 CHECK_OFFSET(pthread_internal_t, thread_local_dtors, 140); in tests()