Use std::thread rather than pthreads in AtomicHashMapTest
authorChristopher Dykes <cdykes@fb.com>
Thu, 4 Aug 2016 23:00:27 +0000 (16:00 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Thu, 4 Aug 2016 23:08:32 +0000 (16:08 -0700)
commit114e32af8fd5d8e04683df4073d73e0652f09fff
tree25d6e591eebac6a91280fd40a103d812f4fa8a68
parent5beef6c2aac01e8fb71c4619972ec66b50e81535
Use std::thread rather than pthreads in AtomicHashMapTest

Summary: The tests aren't dependent on it being pthread, so use standardized stuff instead.

Reviewed By: yfeldblum

Differential Revision: D3665698

fbshipit-source-id: ad91facb75a9c5d7a90bfa294cc98bb07629de1b
folly/test/AtomicHashMapTest.cpp