Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc143 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
146 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
Dmutex.h335 void AssertNotExclusiveHeld(const Thread* self) { in AssertNotExclusiveHeld() function
340 void AssertNotWriterHeld(const Thread* self) { AssertNotExclusiveHeld(self); } in AssertNotWriterHeld()
Dmutex.cc548 AssertNotExclusiveHeld(self); in ExclusiveLock()
/art/runtime/
Dthread_list.cc254 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpoint()
338 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpointOnRunnableThreads()
945 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in ResumeAllForDebugger()
/art/runtime/jdwp/
Dobject_registry.cc150 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in Clear()