Files
parallel-hashmap/tests/parallel_flat_hash_map_mutex_test.cc
T
2019-04-07 09:19:04 -04:00

8 lines
187 B
C++

#define THIS_HASH_MAP parallel_flat_hash_map
#define THIS_EXTRA_TPL_PARAMS , 4, std::mutex
#define THIS_TEST_NAME ParallelFlatHashMap
#include <mutex>
#include "flat_hash_map_test.cc"