Home
last modified time | relevance | path

Searched defs:lock (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/readwritelockholder_fuzzer/
H A Dreadwritelockholder_fuzzer.cpp22 panda::os::memory::DummyLock lock; in ReadWriteLockHolderFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmutex.h127 explicit ReadLockHolder(RWLock &lock) : lock_(lock) in ReadLockHolder() argument
146 explicit WriteLockHolder(RWLock &lock) : lock_(lock) in WriteLockHolder() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlock_holder_test.cpp61 Mutex lock; in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dlocks.cpp44 auto *lock = new MutatorLock(); in NewMutatorLock() local
H A Dcompiler.h201 ScopedMutatorLock lock; variable
309 ScopedMutatorLock lock; variable
315 ScopedMutatorLock lock; variable
351 ScopedMutatorLock lock; variable
413 ScopedMutatorLock lock; variable
H A Dcompiler.cpp141 ScopedMutatorLock lock; in GetClass() local
160 ScopedMutatorLock lock; in GetNumberClass() local
179 ScopedMutatorLock lock; in GetArrayU8Class() local
278 ScopedMutatorLock lock; in FindCatchBlock() local
579 ScopedMutatorLock lock; in GetMethod() local
592 ScopedMutatorLock lock; in GetField() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dmutex_test.cpp36 os::memory::Mutex *lock; member
158 auto *lock = new os::memory::Mutex(); in HWTEST_F() local
180 auto *lock = new os::memory::Mutex(); in HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dmutex.h261 TryLock(L &lock) TryLock() argument
298 Lock(L0 &lock) Lock() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_runtime_interface.cpp111 ScopedMutatorLock lock; in GetInteropCallKind() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Drunslots.h223 LockTypeT *lock = &lock_; in GetLock() local
/arkcompiler/runtime_core/static_core/verification/verifier/
H A Dverifier.cpp40 void Worker(PandaDeque<Method *> *queue, os::memory::Mutex *lock, size_t threadNum, std::atomic<bool> *result) in Worker() argument
277 os::memory::Mutex lock; in RunVerifier() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp96 LLVMArkInterface(RuntimeInterface *runtime, llvm::Triple triple, AotBuilder *aotBuilder, llvm::sys::Mutex *lock) LLVMArkInterface() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc.cpp539 ScopedMutatorLock lock; in ResolveClass() local

Completed in 11 milliseconds