Searched refs:kExceptionPortKey (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp32 static const unsigned kExceptionPortKey = 42u; variable
283 proc.get(), exc_port, kExceptionPortKey,
300 ASSERT_EQ(packet.key, kExceptionPortKey);
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp24 static const unsigned kExceptionPortKey = 42u; variable
108 ASSERT_EQ(packet.key, kExceptionPortKey);
164 ASSERT_EQ(zx_task_bind_exception_port(self, *eport_out, kExceptionPortKey,
172 zx_task_bind_exception_port(self, ZX_HANDLE_INVALID, kExceptionPortKey,

Completed in 80 milliseconds