MCPcopy Index your code
hub / github.com/apache/devlake / getStopSignals

Function getStopSignals

backend/core/runner/directrun.go:145–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145func getStopSignals() []os.Signal {
146 if runtime.GOOS == "windows" {
147 return []os.Signal{
148 syscall.Signal(0x6), //syscall.SIGABRT for windows
149 }
150 }
151 return []os.Signal{
152 syscall.Signal(0x14), //syscall.SIGTSTP for posix
153 }
154}

Callers 1

createContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected