Searched refs:SHARED_LOCKS_REQUIRED (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dthread_annotations.h15 #ifndef SHARED_LOCKS_REQUIRED
16 #define SHARED_LOCKS_REQUIRED(...) macro
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c22 #define SHARED_LOCKS_REQUIRED(...) \ macro
51 int Foo_fun1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1) { function
55 int Foo_fun2(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1) {
71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ function
/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-parsing.cpp22 #define SHARED_LOCKS_REQUIRED(...) \ macro
1141 void slr_function_arg() SHARED_LOCKS_REQUIRED(mu1);
1143 void slr_function_args() SHARED_LOCKS_REQUIRED(mu1, mu2);
1145 int slr_testfn(int y) SHARED_LOCKS_REQUIRED(mu1);
1148 int x SHARED_LOCKS_REQUIRED(mu1) = y; // \
1153 int slr_test_var SHARED_LOCKS_REQUIRED(mu1); // \
1156 void slr_fun_params(int lvar SHARED_LOCKS_REQUIRED(mu1)); // \
1161 int test_field SHARED_LOCKS_REQUIRED(mu1); // \
1163 void test_method() SHARED_LOCKS_REQUIRED(mu1);
1166 class SHARED_LOCKS_REQUIRED(mu
[all...]
H A Dwarn-thread-safety-analysis.cpp25 #define SHARED_LOCKS_REQUIRED(...) \ macro
893 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
901 int foo(int i) EXCLUSIVE_LOCKS_REQUIRED(mu2) SHARED_LOCKS_REQUIRED(mu1);
1051 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1192 int foo() SHARED_LOCKS_REQUIRED(mu_) EXCLUSIVE_LOCKS_REQUIRED(mu2);
1458 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
2539 int foo2() SHARED_LOCKS_REQUIRED(mu_);
2547 int Foo::foo2() SHARED_LOCKS_REQUIRED(mu_) { function in namespace:DoubleLockBug
2566 void foo2() SHARED_LOCKS_REQUIRED(mutex_) { // expected-note {{mutex acquired here}} function in class:UnlockBug::Foo
3150 void roober() SHARED_LOCKS_REQUIRED("");
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_annotations.h96 #define SHARED_LOCKS_REQUIRED(x) \ macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_annotations.h96 #define SHARED_LOCKS_REQUIRED(x) \ macro
/external/chromium_org/third_party/webrtc/base/
H A Dthread_annotations.h62 #define SHARED_LOCKS_REQUIRED(...) \ macro
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.h435 SHARED_LOCKS_REQUIRED(codec_wrapper_lock_);
627 SHARED_LOCKS_REQUIRED(codec_wrapper_lock_);
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp28 #define SHARED_LOCKS_REQUIRED(...) \ macro

Completed in 327 milliseconds