Home
last modified time | relevance | path

Searched refs:HasExited (Results 1 – 25 of 107) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/Performance/
H A DPerf.Process.cs69 if (!proc.HasExited) in GetProcessesByName()
97 if (!proc.HasExited) in GetId()
125 if (!proc.HasExited) in Start()
150 result = processes[i].HasExited; in GetHasExited()
155 if (!proc.HasExited) in GetHasExited()
213 if (!proc.HasExited) in GetStartInfo()
252 if (!proc.HasExited) in GetStandardOutput()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DITargetProcess.cs12 bool HasExited { get; } property
48 public bool HasExited { property in Mono.Debugger.Soft.ProcessWrapper
50 return process.HasExited;
/dports/www/xsp/xsp-4.5/src/Mono.WebServer.Fpm/
H A DChildInfo.cs52 return Process != null && !Process.HasExited; in TrySpawn()
60 if (Process == null || Process.HasExited) { in OnAccept()
66 …i daemon [dynamic] with pid {0} exited [it is {1}ly dead]", id, process.HasExited.ToString ().ToLo… in OnAccept()
H A DChildrenManager.cs52 if (process != null && !process.HasExited) in KillChildren()
58 children.RemoveAll(child => child.Process != null && child.Process.HasExited); in KillChildren()
66 if (process != null && !process.HasExited) { in TermChildren()
73 children.RemoveAll (child => child.Process != null && child.Process.HasExited); in TermChildren()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/login/
H A DLoginController.cpp10 HasExited(false) in LoginController()
37 HasExited = true; in Exit()
H A DLoginController.h17 bool HasExited;
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/preview/
H A DPreviewController.cpp23 HasExited(false) in PreviewController()
46 if (loginWindow && loginWindow->HasExited == true) in Update()
165 HasExited = true; in Exit()
H A DPreviewController.h22 bool HasExited; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessTests.Unix.cs131 Assert.True(px.HasExited); in ProcessStart_UseShellExecute_OnUnix_SuccessWhenProgramInstalled()
150 Assert.True(px.HasExited); in ProcessStart_OpenFileOnLinux_UsesSpecifiedProgram()
172 Assert.True(px.HasExited); in ProcessStart_OpenFileOnOsx_UsesSpecifiedProgram()
186 Assert.True(px.HasExited); in ProcessStart_OpenUrl_UsesSpecifiedApplication()
201 Assert.True(px.HasExited); in ProcessStart_UseShellExecuteTrue_OpenUrl_SuccessfullyReadsArgument()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Instance/
H A DRemoteInstance.cs123 if (this.workerProcess == null || this.workerProcess.HasExited) in Initialize()
232 if (this.workerProcess != null && !this.workerProcess.HasExited) in StopServer()
256 if (this.workerProcess != null && this.workerProcess.HasExited) in PollEncodeProgress()
268 if (this.workerProcess != null && !this.workerProcess.HasExited) in PollEncodeProgress()
319 if (this.workerProcess != null && !this.workerProcess.HasExited) in PollEncodeProgress()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/render/
H A DRenderController.cpp9 HasExited(false) in RenderController()
56 HasExited = true; in Exit()
H A DRenderController.h15 bool HasExited;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/tests/System/Management/
H A DManagementObjectTests.cs78 Assert.False(targetProcess.HasExited); in Invoke_Instance_And_Static_Method_Win32_Process()
84 Assert.True(targetProcess.HasExited); in Invoke_Instance_And_Static_Method_Win32_Process()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/options/
H A DOptionsController.cpp11 HasExited(false) in OptionsController()
121 HasExited = true; in Exit()
H A DOptionsController.h16 bool HasExited;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Posix/Mono.Unix/
H A DUnixProcess.cs47 public bool HasExited { property in Mono.Unix.UnixProcess
65 if (!HasExited)
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/
H A DInstance.cs18 public bool IsRunning => process != null && !process.HasExited;
23 bool newWindow = process == null || process.HasExited; in Execute()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/
H A DInstance.cs18 public bool IsRunning => process != null && !process.HasExited;
23 bool newWindow = process == null || process.HasExited; in Execute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/Scripts/Tools/
H A DParallelTestExecution.ps1192 if (-not $p.HasExited) in RunMultiple()
210 if (-not $p.HasExited) in RunMultiple()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.Core/
H A DProcessExtensions.cs24 if (process.HasExited) in WaitForExitAsync()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/editor/GodotTools/GodotTools.Core/
H A DProcessExtensions.cs24 if (process.HasExited) in WaitForExitAsync()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/
H A DTempFileDeleter.cpp32 if (viewer && !viewer->HasExited) {
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/search/
H A DSearchController.h31 bool HasExited;
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/Services/
H A DTestAgency.cs91 if ( !r.Process.HasExited ) in Stop()
171 if( !r.Process.HasExited ) in DestroyAgent()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DGacUtil.cs41 while (!gacutilprocess.HasExited) in GacInstall()

12345