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

/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp36 dtor->next = thread->thread_local_dtors;
37 thread->thread_local_dtors = dtor;
43 while (thread->thread_local_dtors != nullptr) {
44 thread_local_dtor* current = thread->thread_local_dtors;
45 thread->thread_local_dtors = current->next;
H A Dpthread_internal.h101 thread_local_dtor* thread_local_dtors; member in class:pthread_internal_t

Completed in 463 milliseconds