mirror of https://github.com/golang/go.git
The race detector uses a global lock to analyze atomic operations. A panic in the middle of the code leaves the lock acquired. Similarly, the sync package may leave the race detectro inconsistent when methods are called on nil pointers. R=golang-dev, r, minux.ma, dvyukov, rsc, adg CC=golang-dev https://golang.org/cl/7981043 |
||
|---|---|---|
| .. | ||
| 64bit_arm.go | ||
| asm_386.s | ||
| asm_amd64.s | ||
| asm_arm.s | ||
| asm_freebsd_arm.s | ||
| asm_linux_arm.s | ||
| asm_netbsd_arm.s | ||
| atomic_test.go | ||
| doc.go | ||
| race.go | ||