func runtime.asmcgocall
13 uses
runtime (current package)
cgocall.go#L164: errno := asmcgocall(fn, arg)
env_posix.go#L58: asmcgocall(_cgo_setenv, unsafe.Pointer(&arg))
env_posix.go#L69: asmcgocall(_cgo_unsetenv, unsafe.Pointer(&arg))
lock_sema.go#L187: asmcgocall(*cgo_yield, nil)
lock_sema.go#L218: asmcgocall(*cgo_yield, nil)
lock_sema.go#L239: asmcgocall(*cgo_yield, nil)
proc.go#L2119: asmcgocall(_cgo_thread_start, unsafe.Pointer(&ts))
proc.go#L2579: asmcgocall(*cgo_yield, nil)
proc.go#L5183: asmcgocall(*cgo_yield, nil)
stubs.go#L272: func asmcgocall(fn, arg unsafe.Pointer) int32
sys_libc.go#L48: res := asmcgocall(fn, arg)
traceback.go#L1318: call = asmcgocall
traceback.go#L1335: call = asmcgocall
 |
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. |