Home
last modified time | relevance | path

Searched refs:nerrors_max (Results 1 – 2 of 2) sorted by relevance

/external/libunwind/tests/
Dtest-async-sig.c43 static const int nerrors_max = 100; variable
147 else if (sigcount == 300 || nerrors > nerrors_max) in sighandler()
149 if (nerrors > nerrors_max) in sighandler()
186 if (nerrors > nerrors_max) in main()
Dtest-ptrace.c53 static const int nerrors_max = 100; variable
149 if (nerrors > nerrors_max) in do_backtrace()
238 while (nerrors <= nerrors_max) in main()