const internal/race.Enabled
26 uses
internal/race (current package)
norace.go#L13: const Enabled = false
sync
mutex.go#L75: if race.Enabled {
mutex.go#L168: if race.Enabled {
mutex.go#L180: if race.Enabled {
pool.go#L94: if race.Enabled {
pool.go#L111: if race.Enabled {
pool.go#L125: if race.Enabled {
pool.go#L141: if race.Enabled {
rwmutex.go#L57: if race.Enabled {
rwmutex.go#L65: if race.Enabled {
rwmutex.go#L76: if race.Enabled {
rwmutex.go#L85: if race.Enabled {
rwmutex.go#L106: if race.Enabled {
rwmutex.go#L118: if race.Enabled {
rwmutex.go#L132: if race.Enabled {
rwmutex.go#L150: if race.Enabled {
waitgroup.go#L55: if race.Enabled {
waitgroup.go#L67: if race.Enabled && delta > 0 && v == int32(delta) {
waitgroup.go#L105: if race.Enabled {
waitgroup.go#L115: if race.Enabled {
waitgroup.go#L123: if race.Enabled && w == 0 {
waitgroup.go#L134: if race.Enabled {
syscall
syscall_unix.go#L188: if race.Enabled {
syscall_unix.go#L203: if race.Enabled {
syscall_unix.go#L214: if race.Enabled && n > 0 {
syscall_unix.go#L361: if race.Enabled {
![]() |
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. |