Home
last modified time | relevance | path

Searched refs:AssertNotExclusiveHeld (Results 1 – 7 of 7) 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.h340 void AssertNotExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotExclusiveHeld() function
346 AssertNotExclusiveHeld(self); in AssertNotWriterHeld()
Dmutex.cc686 AssertNotExclusiveHeld(self); in ExclusiveLock()
/art/runtime/
Dthread_list.cc322 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpoint()
409 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunEmptyCheckpoint()
675 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()
/art/compiler/optimizing/
Dnodes.h4462 Locks::mutator_lock_->AssertNotExclusiveHeld(Thread::Current()); in HInvoke()