X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=test%2Fstress%2Fmisc%2Frwlock_driver.cpp;h=71581e4311449927bc77df0acd94fdb99d3af45e;hp=fa425c9ed3073f7564bdfd72d64385b4ecafcf5b;hb=bf562cb028f023b2d49dd7dd45fcaa3f5ddb91f3;hpb=f7b18ec599eadb55ea2e8757ba12fcab12e9f708 diff --git a/test/stress/misc/rwlock_driver.cpp b/test/stress/misc/rwlock_driver.cpp index fa425c9e..71581e43 100644 --- a/test/stress/misc/rwlock_driver.cpp +++ b/test/stress/misc/rwlock_driver.cpp @@ -12,7 +12,7 @@ using namespace std; namespace { -static size_t s_nRWLockThreadCount = 6; +static size_t s_nRWLockThreadCount = 4; static size_t s_nRWLockPassCount = 200000; typedef cds_others::RWLock RWLock;