Searched defs:fd_create (Results 1 – 9 of 9) 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
|
/external/rust/crates/grpcio-sys/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_epoll1_linux.cc | 332 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function
|
D | ev_poll_posix.cc | 368 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|
D | ev_epollex_linux.cc | 426 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|