const internal/race.Enabled
37 uses
internal/race (current package)
norace.go#L14: const Enabled = false
sync
mutex.go#L84: if race.Enabled {
mutex.go#L111: if race.Enabled {
mutex.go#L201: if race.Enabled {
mutex.go#L213: if race.Enabled {
pool.go#L99: if race.Enabled {
pool.go#L114: if race.Enabled {
pool.go#L128: if race.Enabled {
pool.go#L144: if race.Enabled {
rwmutex.go#L65: if race.Enabled {
rwmutex.go#L73: if race.Enabled {
rwmutex.go#L85: if race.Enabled {
rwmutex.go#L92: if race.Enabled {
rwmutex.go#L98: if race.Enabled {
rwmutex.go#L112: if race.Enabled {
rwmutex.go#L121: if race.Enabled {
rwmutex.go#L142: if race.Enabled {
rwmutex.go#L154: if race.Enabled {
rwmutex.go#L167: if race.Enabled {
rwmutex.go#L172: if race.Enabled {
rwmutex.go#L179: if race.Enabled {
rwmutex.go#L184: if race.Enabled {
rwmutex.go#L199: if race.Enabled {
rwmutex.go#L217: if race.Enabled {
waitgroup.go#L44: if race.Enabled {
waitgroup.go#L55: if race.Enabled && delta > 0 && v == int32(delta) {
waitgroup.go#L92: if race.Enabled {
waitgroup.go#L101: if race.Enabled {
waitgroup.go#L109: if race.Enabled && w == 0 {
waitgroup.go#L120: if race.Enabled {
syscall
syscall_unix.go#L182: if race.Enabled {
syscall_unix.go#L200: if race.Enabled {
syscall_unix.go#L211: if race.Enabled && n > 0 {
syscall_unix.go#L225: if race.Enabled {
syscall_unix.go#L243: if race.Enabled {
syscall_unix.go#L247: if race.Enabled && n > 0 {
syscall_unix.go#L516: if race.Enabled {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |