const internal/race.Enabled
58 uses
internal/race (current package)
norace.go#L14: const Enabled = false
internal/runtime/maps
runtime.go#L57: if race.Enabled && m != nil {
runtime.go#L132: if race.Enabled && m != nil {
runtime.go#L210: if race.Enabled {
runtime_fast32.go#L16: if race.Enabled && m != nil {
runtime_fast32.go#L86: if race.Enabled && m != nil {
runtime_fast32.go#L199: if race.Enabled {
runtime_fast32.go#L339: if race.Enabled {
runtime_fast32.go#L466: if race.Enabled {
runtime_fast64.go#L16: if race.Enabled && m != nil {
runtime_fast64.go#L86: if race.Enabled && m != nil {
runtime_fast64.go#L200: if race.Enabled {
runtime_fast64.go#L378: if race.Enabled {
runtime_fast64.go#L506: if race.Enabled {
runtime_faststr.go#L102: if race.Enabled && m != nil {
runtime_faststr.go#L162: if race.Enabled && m != nil {
runtime_faststr.go#L267: if race.Enabled {
runtime_faststr.go#L403: if race.Enabled {
internal/sync
mutex.go#L64: if race.Enabled {
mutex.go#L89: if race.Enabled {
mutex.go#L179: if race.Enabled {
mutex.go#L188: if race.Enabled {
reflect
map.go#L178: if race.Enabled && m != nil {
map.go#L191: if race.Enabled {
sync
pool.go#L103: if race.Enabled {
pool.go#L118: if race.Enabled {
pool.go#L132: if race.Enabled {
pool.go#L148: if race.Enabled {
rwmutex.go#L68: if race.Enabled {
rwmutex.go#L76: if race.Enabled {
rwmutex.go#L88: if race.Enabled {
rwmutex.go#L95: if race.Enabled {
rwmutex.go#L101: if race.Enabled {
rwmutex.go#L115: if race.Enabled {
rwmutex.go#L124: if race.Enabled {
rwmutex.go#L145: if race.Enabled {
rwmutex.go#L157: if race.Enabled {
rwmutex.go#L170: if race.Enabled {
rwmutex.go#L175: if race.Enabled {
rwmutex.go#L182: if race.Enabled {
rwmutex.go#L187: if race.Enabled {
rwmutex.go#L202: if race.Enabled {
rwmutex.go#L220: if race.Enabled {
waitgroup.go#L78: if race.Enabled {
waitgroup.go#L111: if race.Enabled && delta > 0 && v == int32(delta) {
waitgroup.go#L161: if race.Enabled {
waitgroup.go#L170: if race.Enabled {
waitgroup.go#L185: if race.Enabled && w == 0 {
waitgroup.go#L194: if race.Enabled {
waitgroup.go#L202: if race.Enabled {
waitgroup.go#L208: if race.Enabled {
syscall
syscall_unix.go#L184: if race.Enabled {
syscall_unix.go#L202: if race.Enabled {
syscall_unix.go#L213: if race.Enabled && n > 0 {
syscall_unix.go#L227: if race.Enabled {
syscall_unix.go#L245: if race.Enabled {
syscall_unix.go#L249: if race.Enabled && n > 0 {
syscall_unix.go#L526: if race.Enabled {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |