runtime.p.m (field)
18 uses
runtime (current package)
proc.go#L1179: if p.m != 0 {
proc.go#L1180: mp := p.m.ptr()
proc.go#L1181: p.m = 0
proc.go#L3546: pp.m = 0
proc.go#L4857: _g_.m.p.ptr().m = 0
proc.go#L4861: p.m = 0
proc.go#L4898: p.m.set(mget())
proc.go#L4942: if _p_.m != 0 || _p_.status != _Pidle {
proc.go#L4944: if _p_.m != 0 {
proc.go#L4945: id = _p_.m.ptr().id
proc.go#L4947: print("wirep: p->m=", _p_.m, "(", id, ") p->status=", _p_.status, "\n")
proc.go#L4951: _p_.m.set(_g_.m)
proc.go#L4963: if _p_.m.ptr() != _g_.m || _p_.status != _Prunning {
proc.go#L4964: print("releasep: m=", _g_.m, " m->p=", _g_.m.p.ptr(), " p->m=", hex(_p_.m), " p->status=", _p_.status, "\n")
proc.go#L4971: _p_.m = 0
proc.go#L5361: mp := _p_.m.ptr()
proc.go#L5404: mp := _p_.m.ptr()
runtime2.go#L583: m muintptr // back-link to associated m (nil if idle)
 |
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. |