Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.h67 typedef struct grpc_wakeup_fd_vtable { struct
74 } grpc_wakeup_fd_vtable; argument
94 extern const grpc_wakeup_fd_vtable grpc_specialized_wakeup_fd_vtable;
Dwakeup_fd_pipe.h26 extern const grpc_wakeup_fd_vtable grpc_pipe_wakeup_fd_vtable;
Dwakeup_fd_nospecial.cc35 const grpc_wakeup_fd_vtable grpc_specialized_wakeup_fd_vtable = {
Dwakeup_fd_posix.cc29 static const grpc_wakeup_fd_vtable* wakeup_fd_vtable = nullptr;
Dwakeup_fd_eventfd.cc78 const grpc_wakeup_fd_vtable grpc_specialized_wakeup_fd_vtable = {
Dwakeup_fd_pipe.cc96 const grpc_wakeup_fd_vtable grpc_pipe_wakeup_fd_vtable = {