const runtime._SS_DISABLE
6 uses
runtime (current package)
os_darwin.go#L344: _SS_DISABLE = 4
signal_unix.go#L481: if st.ss_flags&_SS_DISABLE == 0 && sp >= stsp && sp < stsp+st.ss_size {
signal_unix.go#L506: if st.ss_flags&_SS_DISABLE != 0 {
signal_unix.go#L1105: if st.ss_flags&_SS_DISABLE != 0 || !iscgo {
signal_unix.go#L1137: st := stackt{ss_flags: _SS_DISABLE}
sys_darwin.go#L292: if new != nil && new.ss_flags&_SS_DISABLE != 0 && new.ss_size == 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |