OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock2
(Results
1 - 6
of
6
) 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/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp
146
SkAutoLockPixels lock1(*dragImage),
lock2
(*(testImage->nativeImageForCurrentFrame()));
/external/valgrind/unittest/
demo_tests.cc
341
MutexLock
lock2
(&mu2); // This lock is unrelated to PTR.
351
MutexLock
lock2
(&mu2); // Oh, gosh, this is a wrong mutex!
399
MutexLock
lock2
(&mu2); // This lock is unrelated to PTR.
410
MutexLock
lock2
(&mu2); // Wrong mutex!
/libcore/luni/src/main/java/java/nio/
FileChannelImpl.java
47
public int compare(FileLock lock1, FileLock
lock2
) {
49
long position2 =
lock2
.position();
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
Completed in 108 milliseconds