]> Cypherpunks repositories - gostls13.git/commit
runtime: convert dlogger.owned to atomic type
authorhopehook <hopehook.com@gmail.com>
Fri, 26 Aug 2022 03:28:48 +0000 (11:28 +0800)
committerMichael Knyszek <mknyszek@google.com>
Fri, 26 Aug 2022 15:35:46 +0000 (15:35 +0000)
commit2af9ee072788e91332ab7c2baa0fb568fd1e8545
tree154024a3e8e0f3f8c78da5a381409a54501fe557
parent2883af63c28d1a4398cd60745d3c0cb7f7fbdacf
runtime: convert dlogger.owned to atomic type

Note that this changes a non-atomic operation to atomic operation.

For #53821

Change-Id: I798914f505c8d7f85f9d7629fdc6493363a20aa1
Reviewed-on: https://go-review.googlesource.com/c/go/+/425782
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: hopehook <hopehook@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/debuglog.go