Searched refs:toNotify (Results 1 – 1 of 1) sorted by relevance
25 toNotify = new List<Action>(); in BaseClockSource()401 toNotify.Add(clockEntry.Handler); in Update()409 foreach(var action in toNotify) in Update()417 toNotify.Clear(); in Update()447 private readonly List<Action> toNotify; field in Antmicro.Renode.Time.BaseClockSource