TEST_F(MCSLockTest, BasicLockUnlock) {
my_mutex = new cds_others::mcs_mutex();
TEST_F(MCSLockTest, BasicLockUnlock) {
my_mutex = new cds_others::mcs_mutex();
std::thread *threads = new std::thread[s_nMCSLockThreadCount];
for (int i = 0; i < s_nMCSLockThreadCount; i++) {
threads[i] = std::thread(Thread);
}
std::thread *threads = new std::thread[s_nMCSLockThreadCount];
for (int i = 0; i < s_nMCSLockThreadCount; i++) {
threads[i] = std::thread(Thread);
}