Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Druntime_lock.h25 static inline void RuntimeLock(JSThread *thread, Mutex &mtx) in RuntimeLock()
41 static inline void RuntimeUnLock(Mutex &mtx) in RuntimeUnLock()
Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder()
/arkcompiler/ets_runtime/common_components/common/
Dpage_cache.cpp72 ScopedPageCacheMutex mtx; in MapObjectToSpan() local
85 ScopedPageCacheMutex mtx; in ReleaseSpanToPageCache() local
/arkcompiler/ets_runtime/ecmascript/platform/
Dmutex.h114 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test_one.cpp293 std::mutex mtx; in HWTEST_F_L0() local
360 std::mutex mtx; in HWTEST_F_L0() local
399 std::mutex mtx; in HWTEST_F_L0() local
440 std::mutex mtx; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/platform/
Dmutex.h99 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h363 mutable std::shared_timed_mutex mtx; variable
469 mutable std::shared_timed_mutex mtx; variable
528 std::shared_timed_mutex mtx; variable