Searched refs:LOCK_RETURNED (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/port/
H A Dthread_annotations.h23 #ifndef LOCK_RETURNED
24 #define LOCK_RETURNED(x) macro
/external/clang/test/SemaCXX/
H A 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; // \
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 { // \
971 int lr_function_1() LOCK_RETURNED(muWrappe
[all...]
H A Dwarn-thread-safety-analysis.cpp21 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
2349 Mutex* getMu() LOCK_RETURNED(mu_);
2353 static Mutex* getMu(Foo* f) LOCK_RETURNED(f->mu_);
2384 Mutex* getFooMu(Foo* f) LOCK_RETURNED(Foo::getMu(f));
3190 const Mutex& Base::getLock(const Inner* i) LOCK_RETURNED(i->lock_) {
3313 Mutex* get_mutex() LOCK_RETURNED(mutex_) { return &mutex_; } function in class:TemplateLockReturned::BaseT
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_annotations.h106 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_annotations.h106 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/chromium_org/third_party/webrtc/base/
H A Dthread_annotations.h71 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
/external/clang/test/PCH/
H A Dthread-safety-attrs.cpp24 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro

Completed in 269 milliseconds