Searched refs:shutdown (Results 1 – 15 of 15) sorted by relevance
| /system/ulib/fidl-async/ |
| A D | bind.c | 50 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 D | fakesocket_tests.cpp | 49 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 D | fdio_socketpair.c | 112 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 D | single_threaded_executor.cpp | 33 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 D | dev-battery.c | 46 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 D | socket.h | 56 zx_status_t shutdown(uint32_t options) const { in shutdown() function
|
| /system/host/netprotocol/ |
| A D | netaddr.c | 118 shutdown(s, SHUT_RDWR); in main()
|
| /system/fidl/fuchsia-hardware-vsock/ |
| A D | vsock.fidl | 31 // 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 D | zxio.c | 216 .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 D | socket.c | 378 .shutdown = fdio_socket_shutdown, 413 .shutdown = fdio_socket_shutdown,
|
| A D | private.h | 75 zx_status_t (*shutdown)(fdio_t* io, int how); member
|
| A D | namespace.c | 432 .shutdown = fdio_default_shutdown,
|
| A D | unistd.c | 2348 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 D | ldsvc.fidl | 19 // Cleanly shutdown the connection to the Loader service.
|
| /system/dev/input/hidctl/ |
| A D | hidctl.cpp | 248 zx_status_t status = data_.shutdown(ZX_SOCKET_SHUTDOWN_READ); in Shutdown()
|
Completed in 604 milliseconds