func runtime.schedEnabled
5 uses
runtime (current package)
proc.go#L3135: if sched.disable.user && !schedEnabled(gp) {
proc.go#L3140: if schedEnabled(gp) {
proc.go#L3693: if sched.disable.user && !schedEnabled(_g_) {
proc.go#L3820: if schedEnabled(_g_) {
proc.go#L5499: func schedEnabled(gp *g) bool {
![]() |
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. |