| /prebuilts/go/linux-x86/src/runtime/ |
| asm_mipsx.s | 154 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 164 // func systemstack(fn func()) 165 TEXT runtime·systemstack(SB),NOSPLIT,$0-4 198 // make it look like mstart called systemstack on g0, to stop traceback 219 // at an intermediate systemstack. 528 // and then systemstack will try to use it. If we don't set it here,
|
| heapdump.go | 23 systemstack(func() {
|
| asm_arm.s | 289 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 299 // func systemstack(fn func()) 300 TEXT runtime·systemstack(SB),NOSPLIT,$0-4 340 // make it look like mstart called systemstack on g0, to stop traceback 362 // at an intermediate systemstack. 678 // and then systemstack will try to use it. If we don't set it here,
|
| asm_arm64.s | 172 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 182 // func systemstack(fn func()) 183 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 220 // make it look like mstart called systemstack on g0, to stop traceback 243 // at an intermediate systemstack. 596 // and then systemstack will try to use it. If we don't set it here,
|
| asm_ppc64x.s | 187 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 202 // func systemstack(fn func()) 203 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 240 // make it look like mstart called systemstack on g0, to stop traceback 251 // restore TOC pointer. It seems unlikely that we will use systemstack 609 // and then systemstack will try to use it. If we don't set it here, [all...] |
| asm_s390x.s | 240 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 250 // func systemstack(fn func()) 251 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 284 // make it look like mstart called systemstack on g0, to stop traceback 305 // at an intermediate systemstack. 629 // and then systemstack will try to use it. If we don't set it here, [all...] |
| cgocall.go | 211 systemstack(newextram)
|
| runtime2.go | 736 _TraceJumpStack // if traceback is on a systemstack, resume trace at g that called into it
|
| signal_unix.go | 26 systemstack(sigpipe)
|
| asm_386.s | 412 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 420 // func systemstack(fn func()) 421 TEXT runtime·systemstack(SB), NOSPLIT, $0-4 455 // make it look like mstart called systemstack on g0, to stop traceback 479 // at an intermediate systemstack. 812 // and then systemstack will try to use it. If we don't set it here, [all...] |
| asm_amd64.s | 357 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 365 // func systemstack(fn func()) 366 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 400 // make it look like mstart called systemstack on g0, to stop traceback 424 // at an intermediate systemstack. 779 // and then systemstack will try to use it. If we don't set it here, [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| heapdump.go | 23 systemstack(func() {
|
| asm_arm.s | 289 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 299 // func systemstack(fn func()) 300 TEXT runtime·systemstack(SB),NOSPLIT,$0-4 340 // make it look like mstart called systemstack on g0, to stop traceback 362 // at an intermediate systemstack. 678 // and then systemstack will try to use it. If we don't set it here,
|
| asm_arm64.s | 172 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 182 // func systemstack(fn func()) 183 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 220 // make it look like mstart called systemstack on g0, to stop traceback 243 // at an intermediate systemstack. 596 // and then systemstack will try to use it. If we don't set it here,
|
| asm_ppc64x.s | 187 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 202 // func systemstack(fn func()) 203 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 240 // make it look like mstart called systemstack on g0, to stop traceback 251 // restore TOC pointer. It seems unlikely that we will use systemstack 609 // and then systemstack will try to use it. If we don't set it here, [all...] |
| asm_s390x.s | 240 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 250 // func systemstack(fn func()) 251 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 284 // make it look like mstart called systemstack on g0, to stop traceback 305 // at an intermediate systemstack. 629 // and then systemstack will try to use it. If we don't set it here, [all...] |
| cgocall.go | 211 systemstack(newextram)
|
| runtime2.go | 736 _TraceJumpStack // if traceback is on a systemstack, resume trace at g that called into it
|
| signal_unix.go | 26 systemstack(sigpipe)
|
| asm_386.s | 412 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 420 // func systemstack(fn func()) 421 TEXT runtime·systemstack(SB), NOSPLIT, $0-4 455 // make it look like mstart called systemstack on g0, to stop traceback 479 // at an intermediate systemstack. 812 // and then systemstack will try to use it. If we don't set it here, [all...] |
| asm_amd64.s | 357 // systemstack_switch is a dummy routine that systemstack leaves at the bottom 365 // func systemstack(fn func()) 366 TEXT runtime·systemstack(SB), NOSPLIT, $0-8 400 // make it look like mstart called systemstack on g0, to stop traceback 424 // at an intermediate systemstack. 779 // and then systemstack will try to use it. If we don't set it here, [all...] |
| /build/make/ |
| envsetup.sh | 1103 # systemstack - dump the current stack trace of all threads in the system process 1105 function systemstack() function [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| noder.go | 385 if pragma&Systemstack != 0 && pragma&Nosplit != 0 { 386 yyerrorl(f.Pos, "go:nosplit and go:systemstack cannot be combined") 1377 const runtimePragmas = Systemstack | Nowritebarrier | Nowritebarrierrec | Yeswritebarrierrec [all...] |
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| noder.go | 385 if pragma&Systemstack != 0 && pragma&Nosplit != 0 { 386 yyerrorl(f.Pos, "go:nosplit and go:systemstack cannot be combined") 1377 const runtimePragmas = Systemstack | Nowritebarrier | Nowritebarrierrec | Yeswritebarrierrec [all...] |