Commit 677e7ddc authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul

more fence cases

git-svn-id: file:///svn/tokudb@5343 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9c268111
...@@ -42,7 +42,7 @@ static inline void brwl_rlock_xchg (struct brwl *l) { ...@@ -42,7 +42,7 @@ static inline void brwl_rlock_xchg (struct brwl *l) {
} }
enum {K=1000}; enum {K=10000};
pthread_rwlock_t rwlocks[K]; pthread_rwlock_t rwlocks[K];
struct brwl blocks[K]; struct brwl blocks[K];
pthread_mutex_t mlocks[K]; pthread_mutex_t mlocks[K];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment