Home
last modified time | relevance | path

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

/external/libunwind/tests/
DGia64-test-rbs.c90 static int unwind_count; variable
108 for (i = 0; i < unwind_count; ++i) in unwind_and_resume()
159 unwind_count = 1 + (random () % (nfuncs + RECURSION_DEPTH - 1)); in run_check()
163 test, nfuncs, unwind_count); in run_check()
168 else if (ret != RECURSION_DEPTH + nfuncs - unwind_count) in run_check()
170 test, RECURSION_DEPTH + nfuncs - unwind_count, ret); in run_check()