Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dthread_manager.h17 Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) { in GetBenchmarkMutex()
Dmutex.h62 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/external/libcxx/utils/google-benchmark/src/
Dthread_manager.h17 Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) { in GetBenchmarkMutex()
Dmutex.h62 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x)) macro
/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