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

1 2 3 4

  /prebuilts/go/darwin-x86/test/
nowritebarrier.go 81 func systemstack(func()) {} func
85 systemstack(e2)
86 systemstack(func() {
  /prebuilts/go/linux-x86/test/
nowritebarrier.go 81 func systemstack(func()) {} func
85 systemstack(e2)
86 systemstack(func() {
  /prebuilts/go/darwin-x86/src/runtime/
cgo_mmap.go 31 systemstack(func() {
44 systemstack(func() { callCgoMunmap(addr, n) })
export_test.go 52 systemstack(func() {
178 systemstack(func() {
218 systemstack(func() {
288 systemstack(func() {
351 systemstack(blockOnSystemStackInternal)
411 systemstack(func() {
stubs.go 36 // systemstack runs fn on a system stack.
37 // If systemstack is called from the per-OS-thread (g0) stack, or
38 // if systemstack is called from the signal handling (gsignal) stack,
39 // systemstack calls fn directly and returns.
40 // Otherwise, systemstack is being called from the limited stack
41 // of an ordinary goroutine. In this case, systemstack switches
48 // systemstack(func() {
54 func systemstack(fn func()) func
57 throw("systemstack called from unexpected goroutine")
cgocheck.go 46 systemstack(func() {
139 systemstack(func() {
153 systemstack(func() {
188 systemstack(func() {
203 //go:systemstack
cgo_sigaction.go 56 // systemstack will make the call directly; otherwise, it will switch to
59 // The function literal that we pass to systemstack is not nosplit, but
62 systemstack(func() {
rwmutex.go 41 systemstack(func() {
92 systemstack(func() {
os_nacl.go 179 systemstack(func() {
199 systemstack(func() {
236 systemstack(func() {
os_freebsd.go 78 //go:systemstack
148 systemstack(func() {
176 systemstack(func() {
os_dragonfly.go 88 systemstack(func() {
123 systemstack(func() {
os_darwin.go 44 systemstack(func() {
456 systemstack(func() {
477 systemstack(func() { macherror(r, "semaphore_signal") })
stack_test.go 781 t.Skip("systemstack tail call not implemented on ppc64x")
784 // Test that profiles correctly jump over systemstack,
785 // including nested systemstack calls.
proc.go 128 systemstack(func() {
301 systemstack(func() {
774 systemstack(func() {
785 systemstack(func() {
799 systemstack(func() {
806 // systemstack(func() {
968 systemstack(stopTheWorldWithSema)
973 systemstack(func() { startTheWorldWithSema(false) })
991 // systemstack(stopTheWorldWithSema)
997 // systemstack(startTheWorldWithSema
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
cgo_mmap.go 31 systemstack(func() {
44 systemstack(func() { callCgoMunmap(addr, n) })
export_test.go 52 systemstack(func() {
178 systemstack(func() {
218 systemstack(func() {
288 systemstack(func() {
351 systemstack(blockOnSystemStackInternal)
411 systemstack(func() {
stubs.go 36 // systemstack runs fn on a system stack.
37 // If systemstack is called from the per-OS-thread (g0) stack, or
38 // if systemstack is called from the signal handling (gsignal) stack,
39 // systemstack calls fn directly and returns.
40 // Otherwise, systemstack is being called from the limited stack
41 // of an ordinary goroutine. In this case, systemstack switches
48 // systemstack(func() {
54 func systemstack(fn func()) func
57 throw("systemstack called from unexpected goroutine")
cgocheck.go 46 systemstack(func() {
139 systemstack(func() {
153 systemstack(func() {
188 systemstack(func() {
203 //go:systemstack
cgo_sigaction.go 56 // systemstack will make the call directly; otherwise, it will switch to
59 // The function literal that we pass to systemstack is not nosplit, but
62 systemstack(func() {
rwmutex.go 41 systemstack(func() {
92 systemstack(func() {
os_nacl.go 179 systemstack(func() {
199 systemstack(func() {
236 systemstack(func() {
os_freebsd.go 78 //go:systemstack
148 systemstack(func() {
176 systemstack(func() {
os_dragonfly.go 88 systemstack(func() {
123 systemstack(func() {
os_darwin.go 44 systemstack(func() {
456 systemstack(func() {
477 systemstack(func() { macherror(r, "semaphore_signal") })
stack_test.go 781 t.Skip("systemstack tail call not implemented on ppc64x")
784 // Test that profiles correctly jump over systemstack,
785 // including nested systemstack calls.

Completed in 346 milliseconds

1 2 3 4