runtime.mspan.speciallock (field)
10 uses
runtime (current package)
mgcmark.go#L359: lock(&s.speciallock)
mgcmark.go#L378: unlock(&s.speciallock)
mheap.go#L464: speciallock mutex // guards specials list
mheap.go#L1535: span.speciallock.key = 0
mheap.go#L1542: lockInit(&span.speciallock, lockRankMspanSpecial)
mheap.go#L1693: lock(&span.speciallock)
mheap.go#L1703: unlock(&span.speciallock)
mheap.go#L1718: unlock(&span.speciallock)
mheap.go#L1742: lock(&span.speciallock)
mheap.go#L1761: unlock(&span.speciallock)
![]() |
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. |