OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readertrylock
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp
33
bool
ReaderTryLock
() __attribute__((shared_trylock_function(true)));
warn-thread-safety-negative.cpp
36
bool
ReaderTryLock
() __attribute__((shared_trylock_function(true)));
warn-thread-safety-analysis.cpp
36
bool
ReaderTryLock
() __attribute__((shared_trylock_function(true)));
3701
bool Foo::
readertrylock
() { return true; }
function in class:MultipleAttributeTest::Foo
[
all
...]
warn-thread-safety-parsing.cpp
34
bool
ReaderTryLock
() SHARED_TRYLOCK_FUNCTION(true);
[
all
...]
/external/clang/test/PCH/
thread-safety-attrs.cpp
39
bool
ReaderTryLock
() __attribute__((shared_trylock_function(true)));
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
211
bool
ReaderTryLock
() { return TryLock();}
tsan_unittest.cpp
1221
// test23: TN. TryLock, ReaderLock,
ReaderTryLock
. {{{1
1223
// Correct synchronization with TryLock, Lock,
ReaderTryLock
, ReaderLock.
1242
if (MU.
ReaderTryLock
()) {
[
all
...]
/external/clang/docs/
ThreadSafetyAnalysis.rst
853
bool
ReaderTryLock
() TRY_ACQUIRE_SHARED(true);
Completed in 1838 milliseconds