Searched refs:mDebugDumpPending (Results 1 – 1 of 1) sorted by relevance
86 mDebugDumpPending = true; in debugDumpStart()91 [this]() { return !mDebugDumpPending; }); in debugDumpStart()92 if (mDebugDumpPending) { in debugDumpStart()94 mDebugDumpPending = false; in debugDumpStart()120 if (!mDebugDumpPending) { in debugDumpComplete()123 mDebugDumpPending = false; in debugDumpComplete()132 bool mDebugDumpPending = false; variable