type sync.entry
13 uses
sync (current package)
map.go#L51: dirty map[interface{}]*entry
map.go#L64: m map[interface{}]*entry
map.go#L73: type entry struct {
map.go#L95: func newEntry(i interface{}) *entry {
map.go#L96: return &entry{p: unsafe.Pointer(&i)}
map.go#L127: func (e *entry) load() (value interface{}, ok bool) {
map.go#L169: func (e *entry) tryStore(i *interface{}) bool {
map.go#L185: func (e *entry) unexpungeLocked() (wasExpunged bool) {
map.go#L192: func (e *entry) storeLocked(i *interface{}) {
map.go#L239: func (e *entry) tryLoadOrStore(i interface{}) (actual interface{}, loaded, ok bool) {
map.go#L296: func (e *entry) delete() (value interface{}, ok bool) {
map.go#L367: m.dirty = make(map[interface{}]*entry, len(read.m))
map.go#L375: func (e *entry) tryExpungeLocked() (isExpunged bool) {
 |
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. |