runtime.m.lockedExt (field)
12 uses
runtime (current package)
debugcall.go#L129: lockedExt = mp.lockedExt
debugcall.go#L134: mp.lockedExt = 0
debugcall.go#L178: mp.lockedExt = lockedExt
proc.go#L2078: if gp := getg(); gp != nil && gp.m != nil && (gp.m.lockedExt != 0 || gp.m.incgo) && GOOS != "plan9" {
proc.go#L3431: _g_.m.lockedExt = 0
proc.go#L4272: _g_.m.lockedExt++
proc.go#L4273: if _g_.m.lockedExt == 0 {
proc.go#L4274: _g_.m.lockedExt--
proc.go#L4295: if _g_.m.lockedInt != 0 || _g_.m.lockedExt != 0 {
proc.go#L4318: if _g_.m.lockedExt == 0 {
proc.go#L4321: _g_.m.lockedExt--
runtime2.go#L529: lockedExt uint32 // tracking for external 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. |