var runtime.cgo_yield
12 uses
runtime (current package)
cgo.go#L54: var cgo_yield = &_cgo_yield
lock_sema.go#L180: if *cgo_yield == nil {
lock_sema.go#L187: asmcgocall(*cgo_yield, nil)
lock_sema.go#L212: if *cgo_yield == nil {
lock_sema.go#L218: asmcgocall(*cgo_yield, nil)
lock_sema.go#L229: if *cgo_yield != nil && ns > 10e6 {
lock_sema.go#L238: if *cgo_yield != nil {
lock_sema.go#L239: asmcgocall(*cgo_yield, nil)
proc.go#L2578: if *cgo_yield != nil {
proc.go#L2579: asmcgocall(*cgo_yield, nil)
proc.go#L5182: if *cgo_yield != nil {
proc.go#L5183: asmcgocall(*cgo_yield, nil)
![]() |
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. |