Searched defs:fd_create (Results 1 – 6 of 6) sorted by relevance
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_posix.h | 47 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
|
D | ev_epoll1_linux.cc | 335 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function
|
D | ev_poll_posix.cc | 373 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_posix.h | 47 grpc_fd* (*fd_create)(int fd, const char* name, bool track_err); member
|
D | ev_epoll1_linux.cc | 335 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { in fd_create() function
|
D | ev_poll_posix.cc | 373 static grpc_fd* fd_create(int fd, const char* name, bool track_err) { function
|