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

/art/runtime/base/
H A Dmacros.h270 #define ASSERT_SHARED_CAPABILITY(...) THREAD_ANNOTATION_ATTRIBUTE__(assert_shared_capability(__VA_ARGS__)) macro
290 #define ASSERT_SHARED_CAPABILITY(...) macro
H A Dmutex.h362 void AssertSharedHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { function in class:art::ReaderWriterMutex
368 void AssertReaderHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(this) { function in class:art::ReaderWriterMutex
374 void AssertNotHeld(const Thread* self) ASSERT_SHARED_CAPABILITY(!this) {

Completed in 59 milliseconds