const internal/goexperiment.CgoCheck2
10 uses
internal/goexperiment (current package)
exp_cgocheck2_off.go#L8: const CgoCheck2 = false
runtime
atomic_pointer.go#L36: if goexperiment.CgoCheck2 {
atomic_pointer.go#L60: if goexperiment.CgoCheck2 {
atomic_pointer.go#L79: if goexperiment.CgoCheck2 {
atomic_pointer.go#L94: if goexperiment.CgoCheck2 {
atomic_pointer.go#L110: if goexperiment.CgoCheck2 {
cgocall.go#L408: if !goexperiment.CgoCheck2 && debug.cgocheck == 0 {
cgocall.go#L650: if !goexperiment.CgoCheck2 && debug.cgocheck == 0 {
mbarrier.go#L167: if goexperiment.CgoCheck2 {
mbarrier.go#L267: if goexperiment.CgoCheck2 {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |