Searched refs:PT_FAIL (Results 1 – 6 of 6) sorted by relevance
98 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()
42 #define UNIMPLEMENTED(name) void name(void) { PT_FAIL("unimplemented: " #name); }
32 #define NOT_MOCKED(name) PT_FAIL(#name ": this function should never be called since it is mocked b…
76 #define PT_FAIL(msg) do { if (dt_proxy) { dt_proxy->t_fail(msg); } } while(false) macro
152 PT_FAIL("Panic was unexpected, exiting");
679 PT_FAIL("lck_rw_try_lock: Invalid lock type"); in fake_rw_try_lock()