Home
last modified time | relevance | path

Searched refs:RETURN_CAPABILITY (Results 1 – 3 of 3) sorted by relevance

/external/google-benchmark/src/
Dmutex.h66 #define RETURN_CAPABILITY(x) \ macro
Dbenchmark.cc90 inline Mutex& RETURN_CAPABILITY(::benchmark::internal::BenchmarkLockVar) in RETURN_CAPABILITY() function
/external/clang/docs/
DThreadSafetyAnalysis.rst334 RETURN_CAPABILITY(c)
339 ``RETURN_CAPABILITY`` is an attribute on functions or methods, which declares
351 Mutex* getMu() RETURN_CAPABILITY(mu) { return μ }
601 One workaround is to (ab)use the ``RETURN_CAPABILITY`` attribute to provide a
613 Mutex* getMu() RETURN_CAPABILITY(mu) { return 0; }
820 #define RETURN_CAPABILITY(x) \
943 // Replaced by RETURN_CAPABILITY