Searched refs:fd_create (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | ev_posix.h | 51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
|
D | ev_posix.cc | 256 return g_event_engine->fd_create( in grpc_fd_create()
|
D | ev_epoll1_linux.cc | 332 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function 1282 fd_create,
|
D | ev_poll_posix.cc | 368 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function 1356 fd_create,
|
D | ev_epollex_linux.cc | 426 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function 1590 fd_create,
|