Searched refs:RETURN_CAPABILITY (Results 1 – 11 of 11) sorted by relevance
17 Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) { in GetBenchmarkMutex()
62 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
75 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
334 RETURN_CAPABILITY(c)339 ``RETURN_CAPABILITY`` is an attribute on functions or methods, which declares351 Mutex* getMu() RETURN_CAPABILITY(mu) { return μ }601 One workaround is to (ab)use the ``RETURN_CAPABILITY`` attribute to provide a613 Mutex* getMu() RETURN_CAPABILITY(mu) { return 0; }820 #define RETURN_CAPABILITY(x) \943 // Replaced by RETURN_CAPABILITY
337 RETURN_CAPABILITY(c)342 ``RETURN_CAPABILITY`` is an attribute on functions or methods, which declares354 Mutex* getMu() RETURN_CAPABILITY(mu) { return μ }632 One workaround is to (ab)use the ``RETURN_CAPABILITY`` attribute to provide a644 Mutex* getMu() RETURN_CAPABILITY(mu) { return 0; }852 #define RETURN_CAPABILITY(x) \1037 // Replaced by RETURN_CAPABILITY