sync.readOnly.amended (field)
11 uses
sync (current package)
map.go#L65: amended bool // true if the dirty map contains some key not in m.
map.go#L105: if !ok && read.amended {
map.go#L112: if !ok && read.amended {
map.go#L154: if !read.amended {
map.go#L158: m.read.Store(readOnly{m: read.m, amended: true})
map.go#L220: if !read.amended {
map.go#L224: m.read.Store(readOnly{m: read.m, amended: true})
map.go#L271: if !ok && read.amended {
map.go#L275: if !ok && read.amended {
map.go#L324: if read.amended {
map.go#L331: if read.amended {
![]() |
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. |