Home
last modified time | relevance | path

Searched refs:has_watchers (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_poll_posix.cc430 static int has_watchers(grpc_fd* fd) { function
461 if (!has_watchers(fd)) {
696 if (fd_is_orphaned(fd) && !has_watchers(fd) && !fd->closed) {
/external/grpc-grpc/src/core/lib/iomgr/
Dev_poll_posix.cc470 static int has_watchers(grpc_fd* fd) { function
501 if (!has_watchers(fd)) {
735 if (fd_is_orphaned(fd) && !has_watchers(fd) && !fd->closed) {