Searched defs:fd_create (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_posix.h | 46 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
|
D | ev_epoll1_linux.cc | 318 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function
|
D | ev_epollsig_linux.cc | 810 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|
D | ev_epollex_linux.cc | 416 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|
D | ev_poll_posix.cc | 408 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|