HomeSort by relevance Sort by last modified time
    Searched defs:poll_strategy (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/test/core/iomgr/
ev_epollex_linux_test.cc 94 const char* poll_strategy = nullptr; local
99 poll_strategy = grpc_get_poll_strategy_name();
100 if (poll_strategy != nullptr && strcmp(poll_strategy, "epollex") == 0) {
106 poll_strategy);
ev_epollsig_linux_test.cc 298 const char* poll_strategy = nullptr; local
304 poll_strategy = grpc_get_poll_strategy_name();
305 if (poll_strategy != nullptr && strcmp(poll_strategy, "epollsig") == 0) {
312 poll_strategy);
pollset_set_test.cc 427 const char* poll_strategy = grpc_get_poll_strategy_name(); local
429 if (poll_strategy != nullptr &&
430 (strcmp(poll_strategy, "epollsig") == 0 ||
431 strcmp(poll_strategy, "epoll-threadpool") == 0)) {
439 poll_strategy);

Completed in 124 milliseconds