Searched refs:m_nestedAsyncCallCount (Results 1 – 2 of 2) sorted by relevance
117 , m_nestedAsyncCallCount(0) in AsyncCallStackTracker()426 m_nestedAsyncCallCount = 1; in setCurrentAsyncCallChain()429 ++m_nestedAsyncCallCount; in setCurrentAsyncCallChain()435 if (!m_nestedAsyncCallCount) in clearCurrentAsyncCallChain()437 --m_nestedAsyncCallCount; in clearCurrentAsyncCallChain()438 if (!m_nestedAsyncCallCount) in clearCurrentAsyncCallChain()466 m_nestedAsyncCallCount = 0; in clear()
168 unsigned m_nestedAsyncCallCount; variable