type runtime.muintptr
16 uses
runtime (current package)
lock_sema.go#L78: gp.m.nextwaitm = muintptr(v &^ locked)
lock_sema.go#L114: mp = muintptr(v &^ locked).ptr()
mgc.go#L1874: m muintptr
proc.go#L2054: newm muintptr
runtime2.go#L297: type muintptr uintptr
runtime2.go#L300: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
runtime2.go#L303: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L310: (*muintptr)(unsafe.Pointer(mp)).set(new)
runtime2.go#L458: lockedm muintptr
runtime2.go#L526: schedlink muintptr
runtime2.go#L531: nextwaitm muintptr // next m waiting for lock
runtime2.go#L583: m muintptr // back-link to associated m (nil if idle)
runtime2.go#L730: midle muintptr // idle m's waiting for work
rwmutex.go#L20: readers muintptr // list of pending readers
rwmutex.go#L24: writer muintptr // pending writer waiting for completing readers
![]() |
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. |