Searched refs:grpc_poll_function (Results 1 – 7 of 7) sorted by relevance
66 grpc_poll_function_type grpc_poll_function = poll; variable71 grpc_poll_function_type grpc_poll_function = aix_poll; variable
208 extern grpc_poll_function_type grpc_poll_function;
1020 r = grpc_poll_function(pfds, pfd_count, timeout);1445 real_poll_function = grpc_poll_function;1446 grpc_poll_function = phony_poll;
1020 r = grpc_poll_function(pfds, pfd_count, timeout);1446 real_poll_function = grpc_poll_function;1447 grpc_poll_function = phony_poll;
198 grpc_poll_function = maybe_assert_non_blocking_poll; in main()