Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_attached.c98 PT_FAIL("Unexpected assert fail, exiting"); in ut_assert_trap()
127 PT_FAIL("This function should never be called since it is mocked by the mocks dylib"); in fail_not_mocked()
H A Dmock_unimpl.c42 #define UNIMPLEMENTED(name) void name(void) { PT_FAIL("unimplemented: " #name); }
H A Dsan_attached.c32 #define NOT_MOCKED(name) PT_FAIL(#name ": this function should never be called since it is mocked b…
H A Ddt_proxy.h76 #define PT_FAIL(msg) do { if (dt_proxy) { dt_proxy->t_fail(msg); } } while(false) macro
H A Dmock_misc.c152 PT_FAIL("Panic was unexpected, exiting");
H A Dmock_thread.c679 PT_FAIL("lck_rw_try_lock: Invalid lock type"); in fake_rw_try_lock()