HomeSort by relevance Sort by last modified time
    Searched refs:RETURN_CAPABILITY (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/
system_weak.h 72 Mutex* GetAllowDisallowLock() const RETURN_CAPABILITY(allow_disallow_lock_) {
  /system/core/base/include/android-base/
thread_annotations.h 80 #define RETURN_CAPABILITY(x) \
  /external/google-benchmark/src/
mutex.h 62 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
benchmark.cc 121 Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) {
  /external/libcxx/utils/google-benchmark/src/
mutex.h 62 #define RETURN_CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(lock_returned(x))
benchmark.cc 115 Mutex& GetBenchmarkMutex() const RETURN_CAPABILITY(benchmark_mutex_) {
  /art/runtime/
mem_map.h 197 static std::mutex* GetMemMapsLock() RETURN_CAPABILITY(mem_maps_lock_) {

Completed in 83 milliseconds