Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.cc145 open_event_.NotifyOn(closure); in NotifyOnOpen()
149 read_event_.NotifyOn(closure); in NotifyOnRead()
153 write_event_.NotifyOn(closure); in NotifyOnWrite()
Dlockfree_event.h55 void NotifyOn(grpc_closure* closure);
Dlockfree_event.cc90 void LockfreeEvent::NotifyOn(grpc_closure* closure) { in NotifyOn() function in grpc_core::LockfreeEvent
Dev_epoll1_linux.cc427 fd->read_closure->NotifyOn(closure); in fd_notify_on_read()
431 fd->write_closure->NotifyOn(closure); in fd_notify_on_write()
435 fd->error_closure->NotifyOn(closure); in fd_notify_on_error()
Dev_epollsig_linux.cc940 fd->read_closure->NotifyOn(closure);
944 fd->write_closure->NotifyOn(closure);
948 fd->error_closure->NotifyOn(closure);
Dev_epollex_linux.cc532 fd->read_closure->NotifyOn(closure);
536 fd->write_closure->NotifyOn(closure);
540 fd->error_closure->NotifyOn(closure);