]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused quiesce code
authorRick Hudson <rlh@golang.org>
Wed, 20 May 2015 15:40:17 +0000 (11:40 -0400)
committerRick Hudson <rlh@golang.org>
Wed, 20 May 2015 17:56:44 +0000 (17:56 +0000)
commit197aa9e64ddcd1cdcb5f4843413da935a954d9f3
tree1ac514d1ace44155b9565bc7dea9023c744ec737
parentae3e3610d5ea9814fcc8bff5c4cea51795465565
runtime: remove unused quiesce code

This is dead code. If you want to quiesce the system the
preferred way is to use forEachP(func(*p){}).

Change-Id: Ic7677a5dd55e3639b99e78ddeb2c71dd1dd091fa
Reviewed-on: https://go-review.googlesource.com/10267
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mbarrier.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/proc1.go