]> Cypherpunks repositories - gostls13.git/commit
runtime: distinguish semaphore wait from sync.Cond.Wait
authorAustin Clements <austin@google.com>
Mon, 26 Mar 2018 21:45:01 +0000 (17:45 -0400)
committerAustin Clements <austin@google.com>
Fri, 6 Apr 2018 18:09:38 +0000 (18:09 +0000)
commite13a213c7f9d78cfb79f91bcf9b75e3d22362a92
tree67f4697256c0339609632a9557f28c4c8e08c3c2
parentb0d437f866eb8987cde7e6550cacd77876f36d4b
runtime: distinguish semaphore wait from sync.Cond.Wait

Updates #24362.

Change-Id: Ided1ab31792f05d9d7a86f17c1bcbd9e9b80052c
Reviewed-on: https://go-review.googlesource.com/102606
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/sema.go