Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dev_posix.h51 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
Dev_posix.cc256 return g_event_engine->fd_create( in grpc_fd_create()
Dev_epoll1_linux.cc332 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function
1282 fd_create,
Dev_poll_posix.cc368 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
1356 fd_create,
Dev_epollex_linux.cc426 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
1590 fd_create,