type runtime.stackt
11 uses
runtime (current package)
defs_darwin_amd64.go#L105: type stackt struct {
defs_darwin_amd64.go#L332: uc_stack stackt
os_darwin.go#L401: func setSignalstackSP(s *stackt, sp uintptr) {
signal_unix.go#L478: var st stackt
signal_unix.go#L497: st := stackt{ss_size: mp.g0.stack.hi - mp.g0.stack.lo}
signal_unix.go#L1103: var st stackt
signal_unix.go#L1137: st := stackt{ss_flags: _SS_DISABLE}
signal_unix.go#L1185: func setGsignalStack(st *stackt, old *gsignalStack) {
signal_unix.go#L1215: st := stackt{ss_size: s.hi - s.lo}
sys_darwin.go#L291: func sigaltstack(new *stackt, old *stackt) {
![]() |
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. |