func runtime.isSystemGoroutine
8 uses
runtime (current package)
heapdump.go#L360: dumpbool(isSystemGoroutine(gp, false))
mprof.go#L729: return gp1 != gp && readgstatus(gp1) != _Gdead && !isSystemGoroutine(gp1, false)
proc.go#L3380: if isSystemGoroutine(gp, false) {
proc.go#L4074: if isSystemGoroutine(newg, false) {
proc.go#L5033: if isSystemGoroutine(gp, false) {
proc.go#L5503: return isSystemGoroutine(gp, true)
traceback.go#L938: if gp == me || gp == curgp || readgstatus(gp) == _Gdead || isSystemGoroutine(gp, false) && level < 2 {
traceback.go#L1027: func isSystemGoroutine(gp *g, fixed bool) 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. |