Home
last modified time | relevance | path

Searched refs:mtx (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() argument
21 : thread_(thread), mtx_(mtx) in RuntimeLockHolder()
30 mtx.Lock(); in RuntimeLockHolder()
H A Druntime_lock.h24 RuntimeLockHolder(JSThread *thread, Mutex &mtx);
/arkcompiler/ets_runtime/ecmascript/platform/
H A Dmutex.h108 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dglobal_tables.cpp113 std::shared_lock<std::shared_timed_mutex> lock(mtx); in GetOrCreateMIRTypeNode()
119 std::unique_lock<std::shared_timed_mutex> lock(mtx); in GetOrCreateMIRTypeNode()
128 std::shared_lock<std::shared_timed_mutex> lock(mtx); in GetOrCreateMIRTypeNode()
134 std::unique_lock<std::shared_timed_mutex> lock(mtx); in GetOrCreateMIRTypeNode()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
H A DIntlNumberFormat.cpp35 os::memory::Mutex mtx; member
60 os::memory::LockHolder lh(g_intlState->mtx); in FormattersCacheInvalidation()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h363 mutable std::shared_timed_mutex mtx;
469 mutable std::shared_timed_mutex mtx;
526 std::shared_timed_mutex mtx;

Completed in 3 milliseconds