Home
last modified time | relevance | path

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

/system/ulib/inspector/
A Ddebug-info.cpp69 case ZX_EXCP_POLICY_ERROR: in excp_type_to_str()
148 if (excp_type == ZX_EXCP_POLICY_ERROR) { in resume_thread_from_exception()
185 if (!ZX_EXCP_IS_ARCH(*type) && *type != ZX_EXCP_POLICY_ERROR) { in print_debug_info()
218 if (*type == ZX_EXCP_POLICY_ERROR) in print_debug_info()
/system/public/zircon/syscalls/
A Dexception.h59 #define ZX_EXCP_POLICY_ERROR ZX_PKT_TYPE_EXCEPTION(ZX_EXCP_SYNTH | 2) macro
/system/utest/policy/
A Djob-policy.cpp300 ASSERT_EQ(packet.type, (uint32_t)ZX_EXCP_POLICY_ERROR); in TestInvokingPolicyWithException()

Completed in 7 milliseconds