HomeSort by relevance Sort by last modified time
    Searched refs:systemstack (Results 51 - 75 of 99) sorted by null

1 23 4

  /prebuilts/go/darwin-x86/src/runtime/
mgc.go     [all...]
traceback.go 82 systemstackPC = funcPC(systemstack)
240 // We want to jump over the systemstack switch. If we're running on the
241 // g0, this systemstack is at the top of the stack.
744 systemstack(func() {
873 // systemstack call. The original G is still in the
    [all...]
mfinal.go 368 systemstack(func() {
417 systemstack(func() {
malloc.go 555 systemstack(func() {
720 systemstack(func() {
949 systemstack(func() {
957 //go:systemstack
    [all...]
mstats.go 460 systemstack(func() {
482 systemstack(func() {
547 systemstack(flushallmcaches)
mheap.go 752 systemstack(func() {
779 //go:systemstack
963 systemstack(func() {
998 //go:systemstack
    [all...]
mgcsweep.go 136 systemstack(func() {
os_linux.go 76 systemstack(func() {
softfloat_arm.go 619 systemstack(func() {
asm_amd64p32.s 248 // systemstack_switch is a dummy routine that systemstack leaves at the bottom
256 // func systemstack(fn func())
257 TEXT runtime·systemstack(SB), NOSPLIT, $0-4
310 // at an intermediate systemstack.
asm_mips64x.s 153 // systemstack_switch is a dummy routine that systemstack leaves at the bottom
163 // func systemstack(fn func())
164 TEXT runtime·systemstack(SB), NOSPLIT, $0-8
197 // make it look like mstart called systemstack on g0, to stop traceback
218 // at an intermediate systemstack.
526 // and then systemstack will try to use it. If we don't set it here,
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,
  /prebuilts/go/linux-x86/src/runtime/
mgc.go     [all...]
traceback.go 82 systemstackPC = funcPC(systemstack)
240 // We want to jump over the systemstack switch. If we're running on the
241 // g0, this systemstack is at the top of the stack.
744 systemstack(func() {
873 // systemstack call. The original G is still in the
    [all...]
mfinal.go 368 systemstack(func() {
417 systemstack(func() {
malloc.go 555 systemstack(func() {
720 systemstack(func() {
949 systemstack(func() {
957 //go:systemstack
    [all...]
mstats.go 460 systemstack(func() {
482 systemstack(func() {
547 systemstack(flushallmcaches)
mheap.go 752 systemstack(func() {
779 //go:systemstack
963 systemstack(func() {
998 //go:systemstack
    [all...]
mgcsweep.go 136 systemstack(func() {
os_linux.go 76 systemstack(func() {
softfloat_arm.go 619 systemstack(func() {
asm_amd64p32.s 248 // systemstack_switch is a dummy routine that systemstack leaves at the bottom
256 // func systemstack(fn func())
257 TEXT runtime·systemstack(SB), NOSPLIT, $0-4
310 // at an intermediate systemstack.
asm_mips64x.s 153 // systemstack_switch is a dummy routine that systemstack leaves at the bottom
163 // func systemstack(fn func())
164 TEXT runtime·systemstack(SB), NOSPLIT, $0-8
197 // make it look like mstart called systemstack on g0, to stop traceback
218 // at an intermediate systemstack.
526 // and then systemstack will try to use it. If we don't set it here,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 1143 // Find all systemstack calls and record their targets. In
1144 // general, flow analysis can't see into systemstack, but it's
1167 if !isRuntimePkg(fn.Sym.Pkg) || fn.Sym.Name != "systemstack" {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 1143 // Find all systemstack calls and record their targets. In
1144 // general, flow analysis can't see into systemstack, but it's
1167 if !isRuntimePkg(fn.Sym.Pkg) || fn.Sym.Name != "systemstack" {

Completed in 820 milliseconds

1 23 4