Searched defs:ASSERT_SHARED_CAPABILITY (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dmutex.h387 ALWAYS_INLINE void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { function in class:art::ReaderWriterMutex
393 ALWAYS_INLINE void AssertReaderHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { function in class:art::ReaderWriterMutex
399 ALWAYS_INLINE void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) {

Completed in 23 milliseconds