#include <stdio.h>#include <errno.h>#include <iomanip>#include <time.h>#include <sys/time.h>#include "rwlock_tester.h"Go to the source code of this file.
Variables | |
| static const unsigned long | vthreads = kValidationThreadsNumber |
| static const unsigned long | vloops = kValidationLoopsNumber |
const unsigned long vloops = kValidationLoopsNumber [static] |
Definition at line 17 of file rwlock_tester.cc.
Referenced by RWLockTester::thread_function_read(), and RWLockTester::thread_function_write().
const unsigned long vthreads = kValidationThreadsNumber [static] |
1.5.5