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

/fuchsia/zircon/kernel/object/
H A Dinterrupt_dispatcher.cpp64 bool InterruptDispatcher::SendPacketLocked(zx_time_t timestamp) { function in class:InterruptDispatcher
98 SendPacketLocked(timestamp);
118 SendPacketLocked(timestamp_);
194 if (!SendPacketLocked(timestamp_)) {
/fuchsia/zircon/kernel/object/include/object/
H A Dinterrupt_dispatcher.h51 bool SendPacketLocked(zx_time_t timestamp) TA_REQ(spinlock_);

Completed in 25 milliseconds