Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dthread_env.h37 static std::mutex mtx; in GetThreadIndex() local
48 static std::mutex mtx; in InitThreadIndex() local
63 explicit ParallelGuard(std::mutex &mtxInput, bool cond = true) : mtx(mtxInput), condition(cond) in mtx() function
Dfactory.h90 static std::mutex mtx; in Register() local
99 static std::mutex mtx; in Create() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_support.cpp24 static std::mutex mtx; in RunBeforePhase() local
38 static std::mutex mtx; in RunAfterPhase() local
Dphase_impl.cpp40 void FuncOptimizeImpl::CreateLocalBuilder(pthread_mutex_t &mtx) in CreateLocalBuilder()
/arkcompiler/ets_runtime/ecmascript/
Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder()
/arkcompiler/ets_runtime/ecmascript/platform/
Dmutex.h108 explicit LockHolder(Mutex &mtx) : lock_(mtx) in LockHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h567 mutable std::shared_timed_mutex mtx; variable
698 mutable std::shared_timed_mutex mtx; variable
761 std::shared_timed_mutex mtx; variable