]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: add retry loop around pthread_create in TestSigprocmask
authorIan Lance Taylor <iant@golang.org>
Wed, 27 Jun 2018 00:23:07 +0000 (17:23 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 27 Jun 2018 04:33:10 +0000 (04:33 +0000)
commitf03ee913e210e1b09bd33ed35c03ec8e4fc270be
tree83f61c018ad442ec912dbb67f5c04820f242acb7
parentfbfd38c575b594eb49ba9c8c38e295b99b299561
misc/cgo/test: add retry loop around pthread_create in TestSigprocmask

This is the same retry loop we use in _cgo_try_pthread_create in runtime/cgo.

Fixes #25078

Change-Id: I7ef4d4fc7fb89cbfb674c4f93cbdd7a033dd8983
Reviewed-on: https://go-review.googlesource.com/121096
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/sigprocmask.c