Home
last modified time | relevance | path

Searched refs:CoreDump (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_bsd.go111 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 } func
Dsyscall_solaris.go234 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 } func
Dsyscall_linux.go306 func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 } func