runtime.m.lockedInt (field)
10 uses
runtime (current package)
debugcall.go#L133: mp.lockedInt++
debugcall.go#L179: mp.lockedInt--
proc.go#L1916: mp.lockedInt++
proc.go#L3414: if _g_.m.lockedInt != 0 {
proc.go#L3415: print("invalid m->lockedInt = ", _g_.m.lockedInt, "\n")
proc.go#L4282: getg().m.lockedInt++
proc.go#L4295: if _g_.m.lockedInt != 0 || _g_.m.lockedExt != 0 {
proc.go#L4328: if _g_.m.lockedInt == 0 {
proc.go#L4331: _g_.m.lockedInt--
runtime2.go#L530: lockedInt uint32 // tracking for internal lockOSThread
![]() |
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. |