Home
last modified time | relevance | path

Searched refs:WriteLock (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp44 arg->rwlock->WriteLock(); in TestThread1()
95 arg->rwlock->WriteLock(); in TestThread5()
120 rwlock->WriteLock(); in HWTEST_F()
134 rwlock->WriteLock(); in HWTEST_F()
179 rwlock->WriteLock(); in HWTEST_F()
/arkcompiler/ets_runtime/ecmascript/
H A Dmutator_lock.cpp28 void MutatorLock::WriteLock() in WriteLock() function in panda::ecmascript::MutatorLock
31 RWLock::WriteLock(); in WriteLock()
H A Dmutator_lock.h28 void WriteLock();
/arkcompiler/runtime_core/static_core/verification/util/
H A Dsynchronized.h69 obj->rwLock_.WriteLock();
100 void WriteLock() ACQUIRE(rwLock_) in ACQUIRE()
102 rwLock_.WriteLock(); in ACQUIRE()
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmutex.h73 void WriteLock();
148 lock_.WriteLock(); in WriteLockHolder()
/arkcompiler/runtime_core/static_core/runtime/
H A Dlocks.cpp65 void MutatorLock::WriteLock() in WriteLock() function in ark::MutatorLock
68 os::memory::RWLock::WriteLock(); in WriteLock()
69 LOG(DEBUG, RUNTIME) << "MutatorLock::WriteLock"; in WriteLock()
H A Dthread_manager.h159 // NOTE(00510180 & 00537420) can not get WriteLock() when other thread run code "while {}" in EnumerateThreadsForDump()
163 self->GetMutatorLock()->WriteLock(); in EnumerateThreadsForDump()
/arkcompiler/runtime_core/libpandabase/os/
H A Dmutex.h41 void WriteLock() const {} in WriteLock() function in panda::os::memory::DummyLock
110 void WriteLock() ACQUIRE();
207 lock_.WriteLock(); in ACQUIRE()
H A Dmutex.cpp112 void RWLock::WriteLock() in WriteLock() function in panda::os::memory::RWLock
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.h55 void WriteLock() const {} in WriteLock() function in ark::os::memory::DummyLock
124 PANDA_PUBLIC_API void WriteLock() ACQUIRE();
221 lock_.WriteLock(); in ACQUIRE()
291 lock.WriteLock(); in onstexpr()
H A Dmutex.cpp112 void RWLock::WriteLock() in WriteLock() function in ark::os::memory::RWLock
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dlocks.h31 void WriteLock() ACQUIRE();
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drendezvous.cpp32 mutatorLock_->WriteLock(); in SafepointBegin()
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Dmutex.cpp92 void RWLock::WriteLock() in WriteLock() function in panda::ecmascript::RWLock
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dmutex.h169 void WriteLock() ACQUIRE();
H A Dmutex.cpp133 void RWLock::WriteLock() in WriteLock() function in panda::os::unix::memory::futex::RWLock
179 // Wait until RWLock WriteLock is unlocked in HandleReadLockWait()
183 // Retry wait until WriteLock not held. in HandleReadLockWait()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dmutex.cpp151 void RWLock::WriteLock() in WriteLock() function in ark::os::unix::memory::futex::RWLock
194 // Wait until RWLock WriteLock is unlocked in HandleReadLockWait()
198 // Retry wait until WriteLock not held. in HandleReadLockWait()
H A Dmutex.h169 PANDA_PUBLIC_API void WriteLock() ACQUIRE();
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlinear_order_test.cpp47 PandaVM::GetCurrent()->GetMutatorLock()->WriteLock(); in StartProfiling()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_to_string_cache_test.cpp210 PandaVM::GetCurrent()->GetMutatorLock()->WriteLock(); in CheckCacheElementMembers()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dinspector.cpp51 debuggerEventsLock_.WriteLock(); in Inspector()

Completed in 11 milliseconds