Searched refs:mAtexitFunctions (Results 1 – 2 of 2) sorted by relevance
216 DynamicVector<struct AtExitCallback> mAtexitFunctions; variable
387 if (!mAtexitFunctions.push_back(cb)) { in registerAtexitFunction()766 while (!mAtexitFunctions.empty()) { in callAtexitFunctions()767 struct AtExitCallback cb = mAtexitFunctions.back(); in callAtexitFunctions()775 mAtexitFunctions.pop_back(); in callAtexitFunctions()