Searched refs:LOCK_RETURNED (Results 1 – 17 of 17) sorted by relevance
18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro938 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() local951 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() function971 int lr_function_1() LOCK_RETURNED(muWrapper.mu);[all …]
18 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
21 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
23 #define LOCK_RETURNED(x) __attribute__((lock_returned(x))) macro2406 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("");
56 #ifndef LOCK_RETURNED57 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
151 #define LOCK_RETURNED(x) \ macro
122 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
130 #define LOCK_RETURNED(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
105 Lock& GetLock() LOCK_RETURNED(lock_) { return lock_; } in GetLock()
24 #define LOCK_RETURNED(x) __attribute__ ((lock_returned(x))) macro
252 const CheckedLock& lock() const LOCK_RETURNED(outer_->lock_) { in lock()
337 *Previously*: ``LOCK_RETURNED``944 #define LOCK_RETURNED(x) \