Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/ipc/
H A Dsys_perf_notify_test.c28 static bool caught_exceptiion = false; variable
93 caught_exceptiion = true; in catch_mach_exception_raise_identity_protected()
154 T_ASSERT_EQ(caught_exceptiion, true, "catch_mach_exception_raise_identity_protected() triggered"); in run_test()