Home
last modified time | relevance | path

Searched defs:mtx_ (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_space_chunk.h63 Mutex mtx_; variable
Dwork_manager.h138 Mutex mtx_; variable
245 Mutex mtx_; variable
/arkcompiler/ets_runtime/ecmascript/
Druntime_lock.h57 Mutex &mtx_; variable
Decma_string_table.h98 explicit EcmaStringTableMutex(bool is_init = true) : mtx_(is_init) in mtx_() function
/arkcompiler/ets_runtime/common_components/taskpool/
Dtask_queue.h66 std::mutex mtx_; variable
Drunner.h105 std::mutex mtx_; variable
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_thread.h108 Mutex mtx_; variable
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlFormattersCache.h54 os::memory::RecursiveMutex mtx_; variable
/arkcompiler/ets_runtime/common_components/objects/
Dstring_table_internal.h30 explicit BaseStringTableMutex(bool isInit = true) : mtx_(isInit) {} in mtx_() function
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h1064 std::recursive_mutex mtx_; variable
/arkcompiler/ets_runtime/common_components/common/
Dmem_common.h195 std::mutex mtx_; variable
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.h387 std::mutex mtx_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h113 Mutex mtx_; variable