Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dev_posix.cc68 grpc_poll_function_type grpc_poll_function = poll; variable
73 grpc_poll_function_type grpc_poll_function = aix_poll; variable
108 real_poll_function = grpc_poll_function; in init_non_polling()
109 grpc_poll_function = dummy_poll; in init_non_polling()
Dev_posix.h205 extern grpc_poll_function_type grpc_poll_function;
Dev_poll_posix.cc1027 r = grpc_poll_function(pfds, pfd_count, timeout);
/third_party/grpc/test/cpp/end2end/
Dnonblocking_test.cc197 grpc_poll_function = maybe_assert_non_blocking_poll; in main()