Home
last modified time | relevance | path

Searched defs:mutex_ (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h118 os::memory::Mutex mutex_; variable
120 bool suspended_ GUARDED_BY(mutex_) {false}; in GUARDED_BY() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map_singleton.h60 static os::memory::Mutex mutex_; variable
Dcrossing_map_singleton.cpp26 os::memory::Mutex CrossingMapSingleton::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in ark::mem::CrossingMapSingleton
/arkcompiler/ets_runtime/compiler_service/include/
Daot_compiler_client.h57 std::mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/
Dsustaining_js_handle.h68 Mutex mutex_; variable
Decma_string_table.h170 Mutex mutex_; member
/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler.h96 Mutex mutex_; variable
Dparallel_marker.h200 Mutex mutex_; variable
Djit_fort.h103 Mutex mutex_; variable
Dparallel_evacuator.h215 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h81 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.h80 Mutex mutex_; variable
Djs_shared_module_manager.h110 Mutex mutex_; variable
/arkcompiler/runtime_core/static_core/disassembler/
Ddisasm_backed_debug_info_extractor.h49 mutable os::memory::Mutex mutex_; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Ddfx.h93 static os::memory::Mutex mutex_; variable
Ddfx.cpp21 os::memory::Mutex DfxController::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in ark::DfxController
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.cpp21 std::shared_mutex JsDebuggerManager::mutex_; member in panda::ecmascript::tooling::JsDebuggerManager
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.h174 RecursiveMutex mutex_; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_analysis_results.h87 static std::mutex mutex_; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h157 std::mutex mutex_; variable
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_events.h102 os::memory::Mutex *mutex_; variable
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_manager.h187 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h117 Mutex mutex_; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.h73 struct fmutex mutex_; variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.h167 PandaVector<uintptr_t> storage_ GUARDED_BY(mutex_) {}; in GUARDED_BY() argument
177 mutable os::memory::RWLock mutex_; variable

12