Home
last modified time | relevance | path

Searched refs:grpc_has_wakeup_fd (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.cc51 int grpc_has_wakeup_fd(void) { return has_real_wakeup_fd; } in grpc_has_wakeup_fd() function
Dwakeup_fd_posix.h61 int grpc_has_wakeup_fd(void);
Dev_epoll1_linux.cc1336 if (!grpc_has_wakeup_fd()) { in grpc_init_epoll1_linux()
Dev_poll_posix.cc1414 if (!grpc_has_wakeup_fd()) {
Dev_epollex_linux.cc1626 if (!grpc_has_wakeup_fd()) {
/external/grpc-grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.h61 int grpc_has_wakeup_fd(void);
Dwakeup_fd_posix.cc52 int grpc_has_wakeup_fd(void) { return has_real_wakeup_fd; } in grpc_has_wakeup_fd() function
Dev_epoll1_linux.cc1301 if (!grpc_has_wakeup_fd()) { in grpc_init_epoll1_linux()
Dev_epollsig_linux.cc1697 if (!grpc_has_wakeup_fd()) {
Dev_epollex_linux.cc1645 if (!grpc_has_wakeup_fd()) {
Dev_poll_posix.cc1852 if (!grpc_has_wakeup_fd()) {