Searched refs:RETURN_CAPABILITY (Results 1 – 5 of 5) 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
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