Extend the threads test to add simple fetch from multi threads
authorMatt Caswell <matt@openssl.org>
Mon, 11 Jan 2021 17:01:07 +0000 (17:01 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 14 Jan 2021 17:30:46 +0000 (17:30 +0000)
commitb457c8f514130d3b92de574620d38c1058eb7b35
treeb90ef7b687822bd80abb6793c0755690d117c92b
parentf5a50c2a07e288187c14b784be253b3a2a23483b
Extend the threads test to add simple fetch from multi threads

Issue #13682 suggests that doing a simple fetch from multi-threads may
result in issues so we add a test for that.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13660)
test/threadstest.c