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

/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp36 thread_local_dtor* dtor = new thread_local_dtor(); local
38 dtor->func = func;
39 dtor->arg = arg;
40 dtor->dso_handle = dso_handle;
43 dtor->next = thread->thread_local_dtors;
44 thread->thread_local_dtors = dtor;
H A Dlibc_init_common.cpp378 Dtor dtor = fini_array[--count]; local
381 if (dtor == minus1) {
385 dtor();

Completed in 963 milliseconds