runtime.muintptr.set (method)
18 uses
runtime (current package)
debugcall.go#L137: newg.lockedm.set(mp)
debugcall.go#L181: gp.lockedm.set(mp)
mgc.go#L1889: node.m.set(acquirem())
mgc.go#L1946: node.m.set(acquirem())
mgc.go#L2043: node.m.set(nil)
proc.go#L1918: gp.lockedm.set(mp)
proc.go#L1934: mp.schedlink.set(mnext)
proc.go#L1983: mp.schedlink.set(mnext)
proc.go#L2095: newmHandoff.newm.set(mp)
proc.go#L4245: _g_.lockedm.set(_g_.m)
proc.go#L4898: p.m.set(mget())
proc.go#L4951: _p_.m.set(_g_.m)
proc.go#L5516: sched.midle.set(mp)
runtime2.go#L303: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
runtime2.go#L310: (*muintptr)(unsafe.Pointer(mp)).set(new)
rwmutex.go#L52: rw.readers.set(m)
rwmutex.go#L93: rw.writer.set(m)
rwmutex.go#L115: reader.schedlink.set(nil)
![]() |
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. |