Searched refs:maxAsyncCallChainDepth (Results 1 – 2 of 2) sorted by relevance
127 int maxAsyncCallChainDepth = 1; in create() local131 maxAsyncCallChainDepth = debugger->maxAsyncCallChainDepth(); in create()140 maxAsyncCallChainDepth = 1; in create()159 while (deepest && maxAsyncCallChainDepth) { in create()161 maxAsyncCallChainDepth--; in create()
71 int maxAsyncCallChainDepth() { return m_maxAsyncCallStackDepth; } in maxAsyncCallChainDepth() function