Home
last modified time | relevance | path

Searched refs:SHARED_TRYLOCK_FUNCTION (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
34 bool ReaderTryLock() SHARED_TRYLOCK_FUNCTION(true);
793 void stf_function_args() SHARED_TRYLOCK_FUNCTION(1, mu2);
795 void stf_function_arg() SHARED_TRYLOCK_FUNCTION(1);
797 int stf_testfn(int y) SHARED_TRYLOCK_FUNCTION(1);
800 int x SHARED_TRYLOCK_FUNCTION(1) = y; // \ in stf_testfn() local
805 int stf_test_var SHARED_TRYLOCK_FUNCTION(1); // \ variable
808 void stf_fun_params(int lvar SHARED_TRYLOCK_FUNCTION(1)); // \
814 int test_field SHARED_TRYLOCK_FUNCTION(1); // \
816 void test_method() SHARED_TRYLOCK_FUNCTION(1);
[all …]
Dwarn-thread-safety-verbose.cpp16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-negative.cpp19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
Dwarn-thread-safety-analysis.cpp19 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__((shared_trylock_function(__VA_ARGS__))) macro
3674 bool readertrylock() SHARED_TRYLOCK_FUNCTION(true, mu1_)
3675 SHARED_TRYLOCK_FUNCTION(true, mu2_);
/external/webrtc/webrtc/base/
Dthread_annotations.h89 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
/external/libchrome/base/
Dthread_annotations.h170 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h137 #define SHARED_TRYLOCK_FUNCTION(...) \ macro
Dmutex.h50 bool try_lock_shared() SHARED_TRYLOCK_FUNCTION(true);
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c16 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp22 #define SHARED_TRYLOCK_FUNCTION(...) __attribute__ ((shared_trylock_function(__VA_ARGS__))) macro
/external/clang/docs/
DThreadSafetyAnalysis.rst409 *Previously:* ``EXCLUSIVE_TRYLOCK_FUNCTION``, ``SHARED_TRYLOCK_FUNCTION``
928 #define SHARED_TRYLOCK_FUNCTION(...) \