runtime.mheap.speciallock (field)
14 uses
runtime (current package)
mheap.go#L215: speciallock mutex // lock for special record allocators.
mheap.go#L703: lockInit(&h.speciallock, lockRankMheapSpecial)
mheap.go#L1782: lock(&mheap_.speciallock)
mheap.go#L1784: unlock(&mheap_.speciallock)
mheap.go#L1811: lock(&mheap_.speciallock)
mheap.go#L1813: unlock(&mheap_.speciallock)
mheap.go#L1823: lock(&mheap_.speciallock)
mheap.go#L1825: unlock(&mheap_.speciallock)
mheap.go#L1838: lock(&mheap_.speciallock)
mheap.go#L1840: unlock(&mheap_.speciallock)
mheap.go#L1855: lock(&mheap_.speciallock)
mheap.go#L1857: unlock(&mheap_.speciallock)
mheap.go#L1861: lock(&mheap_.speciallock)
mheap.go#L1863: unlock(&mheap_.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. |