Home
last modified time | relevance | path

Searched refs:AssertNotExclusiveHeld (Results 1 – 6 of 6) sorted by relevance

/art/runtime/base/
Dmutex_test.cc142 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
145 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
Dmutex.h356 void AssertNotExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotExclusiveHeld() function
362 AssertNotExclusiveHeld(self); in AssertNotWriterHeld()
Dmutex.cc764 AssertNotExclusiveHeld(self); in ExclusiveLock()
/art/runtime/
Dthread_list.cc313 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpoint()
400 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunEmptyCheckpoint()
666 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in SuspendAllInternal()
Ddebugger.cc305 Locks::mutator_lock_->AssertNotExclusiveHeld(Thread::Current()); in DdmSendThreadNotification()
/art/runtime/jni/
Djni_id_manager.cc652 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in EndDefer()