Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h146 os::memory::Mutex mutex_; variable
148 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.h187 Mutex mutex_; member
/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler.h96 Mutex mutex_; variable
Dparallel_marker.h101 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.h83 Mutex mutex_; variable
Djs_shared_module_manager.h106 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/taskpool/
Dtaskpool.h93 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h54 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.h191 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.h192 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
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h72 struct fmutex mutex_; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dtimers.h111 static std::mutex mutex_; variable

12