func runtime.startTheWorldWithSema
5 uses
runtime (current package)
mgc.go#L1443: now = startTheWorldWithSema(trace.enabled)
mgc.go#L1592: now := startTheWorldWithSema(true)
mgc.go#L1746: systemstack(func() { startTheWorldWithSema(true) })
proc.go#L1003: systemstack(func() { startTheWorldWithSema(false) })
proc.go#L1151: func startTheWorldWithSema(emitTraceEvent bool) int64 {
![]() |
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. |