OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReaderTryLock
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/unittest/
thread_wrappers_win.h
97
bool
ReaderTryLock
() { return TryLock();}
thread_wrappers_pthread.h
170
bool
ReaderTryLock
() { return TryLock();}
255
bool
ReaderTryLock
() {
posix_tests.cc
654
// test146: TP. Unit test for RWLock::TryLock and RWLock::
ReaderTryLock
. {{{1
699
if (MU.
ReaderTryLock
()) CHECK(0);
704
if (MU.
ReaderTryLock
()) {
racecheck_unittest.cc
911
// test23: TN. TryLock, ReaderLock,
ReaderTryLock
. {{{1
913
// Correct synchronization with TryLock, Lock,
ReaderTryLock
, ReaderLock.
932
if (MU.
ReaderTryLock
()) {
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
211
bool
ReaderTryLock
() { return TryLock();}
tsan_unittest.cpp
1215
// test23: TN. TryLock, ReaderLock,
ReaderTryLock
. {{{1
1217
// Correct synchronization with TryLock, Lock,
ReaderTryLock
, ReaderLock.
1236
if (MU.
ReaderTryLock
()) {
[
all
...]
Completed in 533 milliseconds