Use type-parameterized test cases in folly/test/SynchronizedTest.cpp
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 11 Sep 2015 03:22:21 +0000 (20:22 -0700)
committerfacebook-github-bot-9 <folly-bot@fb.com>
Fri, 11 Sep 2015 04:20:19 +0000 (21:20 -0700)
commitae099ba2e39ce43cbddc4a41b7a8c611cc515541
treefa7ce40fa3c6dcaeaa57377d7499e02a5681e01c
parent814b989e7103cf62ead37ac7f41c277b6d5564c7
Use type-parameterized test cases in folly/test/SynchronizedTest.cpp

Summary: [Folly] Use type-parameterized test cases in `folly/test/SynchronizedTest.cpp`.

And some cleanups.

Reviewed By: @nbronson

Differential Revision: D2428287
folly/RWSpinLock.h
folly/SharedMutex.h
folly/Synchronized.h
folly/test/SynchronizedTest.cpp