Lines Matching refs:exception_count
171 static int exception_count = 0; variable
213 exception_count++; in catch_mach_exception_raise_state_identity()
263 if (exception_count == 1) { in catch_mach_exception_raise_state_identity()
271 } else if (exception_count == 2) { in catch_mach_exception_raise_state_identity()
278 if (exception_count == 1) { in catch_mach_exception_raise_state_identity()
384 exception_count = 0;
389 if (exception_count != expected_exception) {
390 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);
405 exception_count = 0;
421 if (exception_count != expected_exception) {
422 T_FAIL("Expected %d exceptions, received %d", expected_exception, exception_count);