Searched refs:Recursor (Results 1 – 1 of 1) sorted by relevance
386 static bool Recursor(unsigned int depth, unsigned int parent_callers)389 static bool Recursor(unsigned int depth, unsigned int parent_callers);391 static bool Recursor(unsigned int depth, unsigned int parent_callers) { in Recursor() function397 return Recursor(depth - 1, callers); in Recursor()415 return Recursor(RECURSION_DEPTH, CountCallerFrames()) ? 0 : 1; in main()