Make sure to return from atomicHashArrayInsertRaceThread
authorChristopher Dykes <cdykes@fb.com>
Tue, 19 Jul 2016 02:49:24 +0000 (19:49 -0700)
committerFacebook Github Bot 8 <facebook-github-bot-8-bot@fb.com>
Tue, 19 Jul 2016 02:53:28 +0000 (19:53 -0700)
commit9dbb52ab5c9532002435e1b249c2313bb36570de
tree06ea74c80bbbfa901baf1bfd24857307c75189d0
parent3f0064f677cddc5d9c56f3beb2ef3010732e8d6f
Make sure to return from atomicHashArrayInsertRaceThread

Summary: Because, unfortunately, `pthread_exit` is not marked as noreturn in the pthread library primarily used on Windows, we need to return something to avoid errors.

Reviewed By: yfeldblum

Differential Revision: D3571465

fbshipit-source-id: 4713b2364d6584ae255fb83cd21406fdc33ee299
folly/test/AtomicHashMapTest.cpp