Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 15 of 15) sorted by relevance

/system/ulib/fidl-async/
A Dbind.c50 goto shutdown; in fidl_message_handler()
71 goto shutdown; in fidl_message_handler()
85 goto shutdown; in fidl_message_handler()
91 goto shutdown; in fidl_message_handler()
96 shutdown: in fidl_message_handler()
/system/utest/fidl-simple/
A Dfakesocket_tests.cpp49 goto shutdown; in fidl_socket_message_handler()
66 goto shutdown; in fidl_socket_message_handler()
77 goto shutdown; in fidl_socket_message_handler()
81 goto shutdown; in fidl_socket_message_handler()
86 shutdown: in fidl_socket_message_handler()
/system/utest/fdio/
A Dfdio_socketpair.c112 int status = shutdown(fds[0], SHUT_RD); in socketpair_shutdown_rd_test()
140 int status = shutdown(fds[0], SHUT_WR); in socketpair_shutdown_wr_test()
172 int status = shutdown(fds[0], SHUT_RDWR); in socketpair_shutdown_rdwr_test()
227 shutdown(fds[0], SHUT_RDWR); in socketpair_shutdown_self_wr_poll_test()
249 shutdown(fds[1], SHUT_RDWR); in socketpair_shutdown_peer_wr_poll_test()
291 shutdown(fds[0], SHUT_RD); in socketpair_shutdown_self_rd_during_recv_test()
314 shutdown(fds[1], SHUT_WR); in socketpair_shutdown_peer_wr_during_recv_test()
363 shutdown(fds[0], SHUT_WR); in socketpair_shutdown_self_wr_during_send_test()
395 shutdown(fds[1], SHUT_RD); in socketpair_shutdown_peer_rd_during_send_test()
431 ASSERT_EQ(shutdown(cloned_fd, SHUT_RD), 0, "shutdown(cloned_fd, SHUT_RD) failed"); in socketpair_clone_or_unwrap_and_wrap_test()
[all …]
/system/ulib/fit/
A Dsingle_threaded_executor.cpp33 void shutdown();
66 dispatcher_->shutdown(); in ~single_threaded_executor()
101 void single_threaded_executor::dispatcher_impl::shutdown() { in shutdown() function in fit::single_threaded_executor::dispatcher_impl
/system/dev/bus/acpi/dev/
A Ddev-battery.c46 atomic_bool shutdown; member
211 atomic_store(&dev->shutdown, true); in acpi_battery_release()
234 atomic_store(&dev->shutdown, true); in acpi_battery_suspend()
310 while (!atomic_load(&dev->shutdown)) { in acpi_battery_poll_thread()
/system/ulib/zx/include/lib/zx/
A Dsocket.h56 zx_status_t shutdown(uint32_t options) const { in shutdown() function
/system/host/netprotocol/
A Dnetaddr.c118 shutdown(s, SHUT_RDWR); in main()
/system/fidl/fuchsia-hardware-vsock/
A Dvsock.fidl31 // Indicates a 'shutdown' op was received from the host.
59 // Request a shutdown to begin for the connection indicated by the given |addr|.
62 // shutdown has complete. This is only valid on a connection established with
/system/ulib/fdio/
A Dzxio.c216 .shutdown = fdio_default_shutdown,
462 .shutdown = fdio_default_shutdown,
595 .shutdown = fdio_default_shutdown,
871 .shutdown = fdio_zxio_pipe_shutdown,
992 .shutdown = fdio_default_shutdown,
A Dsocket.c378 .shutdown = fdio_socket_shutdown,
413 .shutdown = fdio_socket_shutdown,
A Dprivate.h75 zx_status_t (*shutdown)(fdio_t* io, int how); member
A Dnamespace.c432 .shutdown = fdio_default_shutdown,
A Dunistd.c2348 int shutdown(int fd, int how) { in shutdown() function
2353 zx_status_t r = io->ops->shutdown(io, how); in shutdown()
/system/fidl/fuchsia-ldsvc/
A Dldsvc.fidl19 // Cleanly shutdown the connection to the Loader service.
/system/dev/input/hidctl/
A Dhidctl.cpp248 zx_status_t status = data_.shutdown(ZX_SOCKET_SHUTDOWN_READ); in Shutdown()

Completed in 604 milliseconds