Searched refs:RETURN_CAPABILITY (Results 1 – 3 of 3) sorted by relevance
66 #define RETURN_CAPABILITY(x) \ macro
90 inline Mutex& RETURN_CAPABILITY(::benchmark::internal::BenchmarkLockVar) in RETURN_CAPABILITY() function
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