]> Cypherpunks repositories - gostls13.git/commit
runtime: run mutexevent profiling without holding semaRoot lock
authorRuss Cox <rsc@golang.org>
Mon, 13 Feb 2017 14:24:05 +0000 (09:24 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 16 Feb 2017 17:16:41 +0000 (17:16 +0000)
commit58d762176a6e2216760bc9b56b40665172b9f6fa
treee8af1d0d2a31ca93683b7d70a4f465f1f2efbce1
parent83f95b85deb97b1f4643362bcd43bee62fd9cc76
runtime: run mutexevent profiling without holding semaRoot lock

Suggested by Dmitry in CL 36792 review.
Clearly safe since there are many different semaRoots
that could all have profiled sudogs calling mutexevent.

Change-Id: I45eed47a5be3e513b2dad63b60afcd94800e16d1
Reviewed-on: https://go-review.googlesource.com/37104
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/sema.go