Home
last modified time | relevance | path

Searched refs:InvokeInUIThreadAndWait (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DGUIPeripheralBackendAnalyzer.cs24 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.ShowAnalyser(th… in Show()
29 …ApplicationExtensions.InvokeInUIThreadAndWait(() => Emulator.UserInterfaceProvider.HideAnalyser(th… in Hide()
35 ApplicationExtensions.InvokeInUIThreadAndWait(() => OnAttach(backend)); in AttachTo()
DApplicationExtensions.cs60 public static T InvokeInUIThreadAndWait<T>(Func<T> function) in InvokeInUIThreadAndWait() method in Antmicro.Renode.UI.ApplicationExtensions
81 public static void InvokeInUIThreadAndWait(Action action) in InvokeInUIThreadAndWait() method in Antmicro.Renode.UI.ApplicationExtensions
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCrashHandler.cs27 ApplicationExtensions.InvokeInUIThreadAndWait(() => ShowErrorWindow(message)); in HandleCrash()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DVideoAnalyzer.cs83 ApplicationExtensions.InvokeInUIThreadAndWait(() => in OnAttach()