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

  /system/core/base/include/android-base/
thread_annotations.h 77 #define ASSERT_SHARED_CAPABILITY(x) \
78 THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(x))
  /external/google-benchmark/src/
mutex.h 59 #define ASSERT_SHARED_CAPABILITY(x) \
60 THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(x))
  /external/libcxx/utils/google-benchmark/src/
mutex.h 59 #define ASSERT_SHARED_CAPABILITY(x) \
60 THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(x))
  /art/runtime/base/
mutex.h 369 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) {
375 ALWAYS_INLINE void AssertReaderHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) {
381 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) {

Completed in 273 milliseconds