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.h314 void AssertNotExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotExclusiveHeld() function
320 AssertNotExclusiveHeld(self); in AssertNotWriterHeld()
Dmutex.cc574 AssertNotExclusiveHeld(self); in ExclusiveLock()
/art/runtime/
Dthread_list.cc324 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpoint()
408 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunEmptyCheckpoint()
677 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in SuspendAllInternal()
1222 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in ResumeAllForDebugger()
/art/runtime/jdwp/
Dobject_registry.cc159 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in Clear()
/art/compiler/optimizing/
Dnodes.h4392 Locks::mutator_lock_->AssertNotExclusiveHeld(Thread::Current()); in HInvoke()