8 references to Posix
dotnet.Tests (6)
CommandTests\Run\GivenDotnetRunIsInterrupted.cs (6)
54
NativeMethods.
Posix
.kill(testProcess.Id, NativeMethods.
Posix
.SIGINT).Should().Be(0); // dotnet run
57
NativeMethods.
Posix
.kill(Convert.ToInt32(line), NativeMethods.
Posix
.SIGINT).Should().Be(0); // TestAppThatWaits
119
NativeMethods.
Posix
.kill(testProcess.Id, NativeMethods.
Posix
.SIGTERM).Should().Be(0);
Microsoft.DotNet.Cli.Utils (2)
ProcessReaper.cs (2)
143
if (!_process.WaitForExit(0) && NativeMethods.
Posix
.kill(processId, NativeMethods.
Posix
.SIGTERM) != 0)