Home
last modified time | relevance | path

Searched refs:grpc_poll_function (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_posix.cc66 grpc_poll_function_type grpc_poll_function = poll; variable
71 grpc_poll_function_type grpc_poll_function = aix_poll; variable
Dev_posix.h208 extern grpc_poll_function_type grpc_poll_function;
Dev_poll_posix.cc1020 r = grpc_poll_function(pfds, pfd_count, timeout);
1445 real_poll_function = grpc_poll_function;
1446 grpc_poll_function = phony_poll;
/external/grpc-grpc/src/core/lib/iomgr/
Dev_posix.cc66 grpc_poll_function_type grpc_poll_function = poll; variable
71 grpc_poll_function_type grpc_poll_function = aix_poll; variable
Dev_posix.h208 extern grpc_poll_function_type grpc_poll_function;
Dev_poll_posix.cc1020 r = grpc_poll_function(pfds, pfd_count, timeout);
1446 real_poll_function = grpc_poll_function;
1447 grpc_poll_function = phony_poll;
/external/grpc-grpc/test/cpp/end2end/
Dnonblocking_test.cc198 grpc_poll_function = maybe_assert_non_blocking_poll; in main()