Home
last modified time | relevance | path

Searched defs:NotifyOnRead (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc160 void CFStreamHandle::NotifyOnRead(grpc_closure* closure) { in NotifyOnRead() function in CFStreamHandle
/third_party/grpc/src/core/lib/event_engine/windows/
Dwin_socket.cc110 void WinSocket::NotifyOnRead(EventEngine::Closure* on_read) { in NotifyOnRead() function in grpc_event_engine::experimental::WinSocket
/third_party/grpc/src/core/lib/event_engine/posix_engine/
Dev_epoll1_linux.cc499 void Epoll1EventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead() function in grpc_event_engine::experimental::Epoll1EventHandle
Dev_poll_posix.cc454 void PollEventHandle::NotifyOnRead(PosixEngineClosure* on_read) { in NotifyOnRead() function in grpc_event_engine::experimental::PollEventHandle