Searched refs:NotifyOn (Results 1 – 6 of 6) sorted by relevance
145 open_event_.NotifyOn(closure); in NotifyOnOpen()149 read_event_.NotifyOn(closure); in NotifyOnRead()153 write_event_.NotifyOn(closure); in NotifyOnWrite()
55 void NotifyOn(grpc_closure* closure);
90 void LockfreeEvent::NotifyOn(grpc_closure* closure) { in NotifyOn() function in grpc_core::LockfreeEvent
427 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()
940 fd->read_closure->NotifyOn(closure);944 fd->write_closure->NotifyOn(closure);948 fd->error_closure->NotifyOn(closure);
532 fd->read_closure->NotifyOn(closure);536 fd->write_closure->NotifyOn(closure);540 fd->error_closure->NotifyOn(closure);