Searched refs:test_cur (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/tests/
H A Dtest-coredump-unwind.c276 int test_cur = 0; local
343 if (testcase && test_cur < TEST_FRAMES)
347 test_start_ips[test_cur] = (long) pi.start_ip;
348 if (unw_get_proc_name(&c, test_names[test_cur], sizeof(test_names[0]), &off) != 0)
350 test_names[test_cur][0] = '\0';
352 test_cur++;
368 (test_cur != 4

Completed in 118 milliseconds