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

/bionic/libc/bionic/
H A D__cxa_thread_atexit_impl.cpp29 thread_local_dtor* dtor = new thread_local_dtor(); local
31 dtor->func = func;
32 dtor->arg = arg;
33 dtor->dso_handle = dso_handle;
36 dtor->next = thread->thread_local_dtors;
37 thread->thread_local_dtors = dtor;
H A Dlibc_init_common.cpp354 Dtor dtor = fini_array[--count]; local
357 if (dtor == minus1) {
361 dtor();

Completed in 148 milliseconds