HomeSort by relevance Sort by last modified time
    Searched defs:lock2 (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 109 scoped_ptr<FirefoxProfileLock> lock2; local
110 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get());
111 lock2.reset(new FirefoxProfileLock(test_path));
112 EXPECT_FALSE(lock2->HasAcquired());
117 lock2->Lock();
118 EXPECT_TRUE(lock2->HasAcquired());
119 lock2->Unlock();
120 EXPECT_FALSE(lock2->HasAcquired());
  /system/extras/tests/bionic/libc/other/
bench_locks.c 18 int volatile lock2 = 0; local
  /external/v8/test/cctest/
test-lockers.cc 487 v8::Locker lock2(isolate2_);
552 v8::Locker lock2(isolate_);
607 v8::Locker lock2; local

Completed in 70 milliseconds