Searched refs:PortMatches (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dexcp_port.h61 bool PortMatches(const PortDispatcher* port, bool allow_null);
/fuchsia/zircon/kernel/object/
H A Dport_dispatcher.cpp423 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ false));
432 DEBUG_ASSERT_COND(eport->PortMatches(this, /* allow_null */ true));
H A Dexcp_port.cpp223 bool ExceptionPort::PortMatches(const PortDispatcher *port, bool allow_null) { function in class:ExceptionPort
H A Dthread_dispatcher.cpp680 if (!exception_wait_port_->PortMatches(eport, false))

Completed in 86 milliseconds