]> Cypherpunks repositories - gostls13.git/commit
runtime: disable preemption during test calls to futexsleep
authorIan Lance Taylor <iant@golang.org>
Tue, 5 Nov 2019 04:45:48 +0000 (20:45 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Nov 2019 05:22:07 +0000 (05:22 +0000)
commit3c0fbeea7d57fe474865061d5c0bf3b7a01877c8
tree06c0fcabf26e0c17f8b9b1c3624742b14a616bbb
parentd51f7f39704fd8517739bcd6ad743741983b2234
runtime: disable preemption during test calls to futexsleep

Fixes #35347

Change-Id: If7380f29e97a5abe86cdd5e2853323de7997ccfc
Reviewed-on: https://go-review.googlesource.com/c/go/+/205378
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/export_futex_test.go