]> Cypherpunks repositories - gostls13.git/commit
runtime: document that LockOSThread in init locks to thread
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Mar 2018 18:26:27 +0000 (11:26 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 13 Apr 2018 03:15:02 +0000 (03:15 +0000)
commiteb4f33243ece5874d2690c4b9bc72cb47f8da772
tree4916caa0bb6b70b28a8c628d1c36d9895c2a73dd
parent2d4ccbfe51c3a51cf59c91ac384a37aa3d427176
runtime: document that LockOSThread in init locks to thread

This is more or less implied by the spec language on initialization,
but restate it for clarity.

Fixes #23112

Change-Id: Ibe5385acafe4eac38823de98a025cd37f7a77d3b
Reviewed-on: https://go-review.googlesource.com/103399
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/proc.go