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 {