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

/fuchsia/zircon/kernel/object/include/object/
H A Dexcp_port.h74 zx_status_t SendPacketWorker(uint32_t type, zx_koid_t pid, zx_koid_t tid);
/fuchsia/zircon/kernel/object/
H A Dexcp_port.cpp228 zx_status_t ExceptionPort::SendPacketWorker(uint32_t type, zx_koid_t pid, zx_koid_t tid) { function in class:ExceptionPort
255 return SendPacketWorker(type, pid, tid);

Completed in 19 milliseconds