runtime.m.mFixup (field)
11 uses
runtime (current package)
proc.go#L1623: lock(&mp.mFixup.lock)
proc.go#L1624: mp.mFixup.fn = fn
proc.go#L1633: unlock(&mp.mFixup.lock)
proc.go#L1641: lock(&mp.mFixup.lock)
proc.go#L1642: done = done && (mp.mFixup.fn == nil)
proc.go#L1643: unlock(&mp.mFixup.lock)
proc.go#L2163: lock(&_g_.m.mFixup.lock)
proc.go#L2164: fn := _g_.m.mFixup.fn
proc.go#L2179: *(*uintptr)(unsafe.Pointer(&_g_.m.mFixup.fn)) = 0
proc.go#L2195: unlock(&_g_.m.mFixup.lock)
runtime2.go#L542: mFixup struct {
![]() |
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. |