Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc163 open_event_.NotifyOn(closure); in NotifyOnOpen()
167 read_event_.NotifyOn(closure); in NotifyOnRead()
171 write_event_.NotifyOn(closure); in NotifyOnWrite()
Dlockfree_event.h55 void NotifyOn(grpc_closure* closure);
Dlockfree_event.cc91 void LockfreeEvent::NotifyOn(grpc_closure* closure) { in NotifyOn() function in grpc_core::LockfreeEvent
Dev_epoll1_linux.cc446 fd->read_closure->NotifyOn(closure); in fd_notify_on_read()
450 fd->write_closure->NotifyOn(closure); in fd_notify_on_write()
454 fd->error_closure->NotifyOn(closure); in fd_notify_on_error()
Dev_epollex_linux.cc527 fd->read_closure.NotifyOn(closure);
531 fd->write_closure.NotifyOn(closure);
535 fd->error_closure.NotifyOn(closure);