Searched refs:ActiveCount (Results 1 – 2 of 2) sorted by relevance
170 … public int ActiveCount { get { return AreAllReadyForNewGrant ? ready.Count : notReady.Count; } } property in Antmicro.Renode.Time.HandlesCollection
489 if(handles.ActiveCount > 0) in InnerExecute()