]> Cypherpunks repositories - gostls13.git/commit
sync: make another attempt at clarifying RWMutex double RLock rules
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Jun 2017 06:16:49 +0000 (06:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Jun 2017 18:31:34 +0000 (18:31 +0000)
commite2160cc5713e4954b67ec4eabdb893d2880e10a0
tree2a6693775b1a02ed8d2cde396921179046b3551f
parent04ab75e2469a2d865c0d58319e97e090abfa3349
sync: make another attempt at clarifying RWMutex double RLock rules

Updates #15418 (the original bug, fixed by https://golang.org/cl/23570)
Fixes #19460 (round two)

Change-Id: Iac4447daabb56e3b470046c489c22d588c20163e
Reviewed-on: https://go-review.googlesource.com/45697
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/sync/rwmutex.go