Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_epollex_linux.cc77 typedef enum { PO_MULTI, PO_FD, PO_EMPTY } pollable_type; typedef
102 pollable_type type; // immutable
152 static const char* pollable_type_string(pollable_type t) { in pollable_type_string()
175 static grpc_error* pollable_create(pollable_type type, pollable** p);
547 static grpc_error* pollable_create(pollable_type type, pollable** p) {