MutexLockTestThread  152 base/synchronization/lock_unittest.cc   MutexLockTestThread(Lock* lock, int* value) : lock_(lock), value_(value) {}
MutexLockTestThread  173 base/synchronization/lock_unittest.cc   DISALLOW_COPY_AND_ASSIGN(MutexLockTestThread);
MutexLockTestThread  180 base/synchronization/lock_unittest.cc   MutexLockTestThread thread(&lock, &value);
MutexLockTestThread  185 base/synchronization/lock_unittest.cc   MutexLockTestThread::DoStuff(&lock, &value);
MutexLockTestThread  196 base/synchronization/lock_unittest.cc   MutexLockTestThread thread1(&lock, &value);
MutexLockTestThread  197 base/synchronization/lock_unittest.cc   MutexLockTestThread thread2(&lock, &value);
MutexLockTestThread  198 base/synchronization/lock_unittest.cc   MutexLockTestThread thread3(&lock, &value);
MutexLockTestThread  207 base/synchronization/lock_unittest.cc   MutexLockTestThread::DoStuff(&lock, &value);