4 references to WaitForSingleObject
aspire (4)
Processes\IsolatedProcess.Windows.cs (2)
270var waitResult = WindowsProcessInterop.WaitForSingleObject(processHandle, 0); 286var waitResult = WindowsProcessInterop.WaitForSingleObject(processHandle, 0);
Processes\WindowsProcessInterop.cs (2)
663/// <see cref="WaitForSingleObject"/> read from — so when this completes an ExitCode read is 681if (WaitForSingleObject(processHandle, 0) == WaitObject0)