Searched refs:NotifyOn (Results 1 – 5 of 5) sorted by relevance
163 open_event_.NotifyOn(closure); in NotifyOnOpen()167 read_event_.NotifyOn(closure); in NotifyOnRead()171 write_event_.NotifyOn(closure); in NotifyOnWrite()
55 void NotifyOn(grpc_closure* closure);
91 void LockfreeEvent::NotifyOn(grpc_closure* closure) { in NotifyOn() function in grpc_core::LockfreeEvent
446 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()
527 fd->read_closure.NotifyOn(closure);531 fd->write_closure.NotifyOn(closure);535 fd->error_closure.NotifyOn(closure);