Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex_test.cc150 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
153 mu.AssertNotExclusiveHeld(Thread::Current()); in TEST_F()
Dmutex.h359 void AssertNotExclusiveHeld(const Thread* self) ASSERT_CAPABILITY(!this) { in AssertNotExclusiveHeld() function
365 AssertNotExclusiveHeld(self); in AssertNotWriterHeld()
Dmutex.cc775 AssertNotExclusiveHeld(self); in ExclusiveLock()
/art/runtime/
Dthread_list.cc328 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunCheckpoint()
415 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in RunEmptyCheckpoint()
687 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in SuspendAllInternal()
Ddebugger.cc296 Locks::mutator_lock_->AssertNotExclusiveHeld(Thread::Current()); in DdmSendThreadNotification()
/art/runtime/jni/
Djni_id_manager.cc680 Locks::mutator_lock_->AssertNotExclusiveHeld(self); in EndDefer()