Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-thread-safety-parsing.cpp18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
938 void lr_function_arg() LOCK_RETURNED(mu1);
943 int lr_testfn(int y) LOCK_RETURNED(mu1);
946 int x LOCK_RETURNED(mu1) = y; // \ in lr_testfn() local
951 int lr_test_var LOCK_RETURNED(mu1); // \
954 void lr_fun_params(int lvar LOCK_RETURNED(mu1)); // \
959 int test_field LOCK_RETURNED(mu1); // \
961 void test_method() LOCK_RETURNED(mu1);
964 class LOCK_RETURNED(mu1) LrTestClass { // \ in LOCK_RETURNED() function
971 int lr_function_1() LOCK_RETURNED(muWrapper.mu);
[all …]
Dwarn-thread-safety-verbose.cpp18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
Dwarn-thread-safety-negative.cpp21 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
Dwarn-thread-safety-analysis.cpp23 #define LOCK_RETURNED(x) __attribute__((lock_returned(x))) macro
2406 Mutex* getMu() LOCK_RETURNED(mu_);
2410 static Mutex* getMu(Foo* f) LOCK_RETURNED(f->mu_);
2441 Mutex* getFooMu(Foo* f) LOCK_RETURNED(Foo::getMu(f));
3247 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) { in getLock()
3370 Mutex* get_mutex() LOCK_RETURNED(mutex_) { return &mutex_; } in get_mutex()
4446 Mutex* getMu() LOCK_RETURNED("");
4447 Mutex* getUniv() LOCK_RETURNED("*");
4553 Mutex* getMutex(Opaque* o) LOCK_RETURNED("");
/external/webrtc/webrtc/base/
Dthread_annotations.h71 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/libchrome/base/
Dthread_annotations.h122 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/tensorflow/tensorflow/core/platform/default/
Dthread_annotations.h103 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/clang/test/Sema/
Dwarn-thread-safety-analysis.c18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
/external/clang/test/PCH/
Dthread-safety-attrs.cpp24 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h184 mutex* MetadataMu() LOCK_RETURNED(metadata_mu_) { return &metadata_mu_; } in MetadataMu()
/external/clang/docs/
DThreadSafetyAnalysis.rst337 *Previously*: ``LOCK_RETURNED``
944 #define LOCK_RETURNED(x) \