type internal/synctest.Association

4 uses

	internal/synctest (current package)
		synctest.go#L27: type Association int
		synctest.go#L30: 	Unbubbled     = Association(iota) // not associated with any bubble
		synctest.go#L37: func Associate[T any](p *T) Association {
		synctest.go#L40: 	return Association(associate(unsafe.Pointer(escapedP)))