Searched refs:async_queue_packet (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/ulib/async/include/lib/async/
H A Dreceiver.h47 zx_status_t async_queue_packet(async_dispatcher_t* dispatcher, async_receiver_t* receiver,
/fuchsia/zircon/system/ulib/async/
H A Dreceiver.cpp15 return async_queue_packet(dispatcher, &receiver_, data);
H A Dops.c31 zx_status_t async_queue_packet(async_dispatcher_t* dispatcher, async_receiver_t* receiver, function
/fuchsia/zircon/system/utest/async/
H A Dreceiver_tests.cpp172 EXPECT_EQ(ZX_ERR_NOT_SUPPORTED, async_queue_packet(&dispatcher, &receiver, nullptr), "valid args without data");
174 EXPECT_EQ(ZX_ERR_NOT_SUPPORTED, async_queue_packet(&dispatcher, &receiver, &data), "valid args with data");
/fuchsia/zircon/system/utest/async-loop/
H A Dloop_tests.cpp222 return async_queue_packet(dispatcher, this, data);

Completed in 85 milliseconds