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

  /art/runtime/base/
mutex.h 238 void AssertExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(this) {
243 void AssertHeld(const Thread* self) ASSERT_CAPABILITY(this) { AssertExclusiveHeld(self); }
246 void AssertNotHeldExclusive(const Thread* self) ASSERT_CAPABILITY(!*this) {
251 void AssertNotHeld(const Thread* self) ASSERT_CAPABILITY(!*this) {
341 void AssertExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(this) {
346 void AssertWriterHeld(const Thread* self) ASSERT_CAPABILITY(this) { AssertExclusiveHeld(self); }
349 void AssertNotExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(!this) {
354 void AssertNotWriterHeld(const Thread* self) ASSERT_CAPABILITY(!this) {
macros.h 269 #define ASSERT_CAPABILITY(...) THREAD_ANNOTATION_ATTRIBUTE__(assert_capability(__VA_ARGS__))
289 #define ASSERT_CAPABILITY(...)
  /system/core/base/include/android-base/
thread_annotations.h 71 #define ASSERT_CAPABILITY(x) \
72 THREAD_ANNOTATION_ATTRIBUTE__(assert_capability(x))
  /external/google-benchmark/src/
mutex.h 60 #define ASSERT_CAPABILITY(x) \
61 THREAD_ANNOTATION_ATTRIBUTE__(assert_capability(x))

Completed in 9269 milliseconds