const internal/goexperiment.CgoCheck2

10 uses

	internal/goexperiment (current package)
		exp_cgocheck2_off.go#L7: const CgoCheck2 = false

	runtime
		atomic_pointer.go#L46: 	if goexperiment.CgoCheck2 {
		atomic_pointer.go#L70: 	if goexperiment.CgoCheck2 {
		atomic_pointer.go#L89: 	if goexperiment.CgoCheck2 {
		atomic_pointer.go#L104: 	if goexperiment.CgoCheck2 {
		atomic_pointer.go#L120: 	if goexperiment.CgoCheck2 {
		cgocall.go#L526: 	if !goexperiment.CgoCheck2 && debug.cgocheck == 0 {
		cgocall.go#L766: 	if !goexperiment.CgoCheck2 && debug.cgocheck == 0 {
		mbarrier.go#L180: 	if goexperiment.CgoCheck2 {
		mbarrier.go#L311: 	if goexperiment.CgoCheck2 {