Searched refs:mAtexitFunctions (Results 1 – 2 of 2) sorted by relevance
149 DynamicVector<void (*)(void)> mAtexitFunctions; variable
336 if (!mAtexitFunctions.push_back(function)) { in registerAtexitFunction()906 while (!mAtexitFunctions.empty()) { in callAtexitFunctions()907 LOGV("Calling atexit at %p", mAtexitFunctions.back()); in callAtexitFunctions()908 mAtexitFunctions.back()(); in callAtexitFunctions()909 mAtexitFunctions.pop_back(); in callAtexitFunctions()