Home
last modified time | relevance | path

Searched defs:mutate_fd (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dsocket_mutator.h32 bool (*mutate_fd)(int fd, grpc_socket_mutator* mutator); member
/third_party/grpc/test/core/iomgr/
Dsocket_utils_test.cc44 static bool mutate_fd(int fd, grpc_socket_mutator* mutator) { in mutate_fd() function