Home
last modified time | relevance | path

Searched defs:SetSocketNonBlocking (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtcp_socket_utils.cc334 absl::Status PosixSocketWrapper::SetSocketNonBlocking(int non_blocking) { in SetSocketNonBlocking() function in grpc_event_engine::experimental::PosixSocketWrapper
831 absl::Status PosixSocketWrapper::SetSocketNonBlocking(int /*non_blocking*/) { in SetSocketNonBlocking() function in grpc_event_engine::experimental::PosixSocketWrapper
H A Dwakeup_fd_pipe.cc43 absl::Status SetSocketNonBlocking(int fd) { in SetSocketNonBlocking() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtcp_socket_utils.cc318 absl::Status PosixSocketWrapper::SetSocketNonBlocking(int non_blocking) { in SetSocketNonBlocking() function in grpc_event_engine::experimental::PosixSocketWrapper
782 absl::Status PosixSocketWrapper::SetSocketNonBlocking(int /*non_blocking*/) { in SetSocketNonBlocking() function in grpc_event_engine::experimental::PosixSocketWrapper
Dwakeup_fd_pipe.cc44 absl::Status SetSocketNonBlocking(int fd) { in SetSocketNonBlocking() function