Home
last modified time | relevance | path

Searched defs:mutex_ (Results 1 – 25 of 30) 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 panda::mem::CrossingMapSingleton
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.cpp21 std::shared_mutex JsDebuggerManager::mutex_; member in panda::ecmascript::tooling::JsDebuggerManager
Djs_debugger_manager.h235 static std::shared_mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h74 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 panda::DfxController
Dlogger.cpp120 os::memory::Mutex Logger::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in panda::Logger
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h136 Mutex mutex_; variable
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_events.h96 os::memory::Mutex *mutex_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_type_generator.h108 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.h185 Mutex mutex_; variable
Dparallel_evacuator.h175 Mutex mutex_; variable
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h114 Mutex mutex_; variable
Dpgo_profiler.h442 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.h165 PandaVector<uintptr_t> storage_ GUARDED_BY(mutex_) {}; in GUARDED_BY() argument
175 mutable os::memory::RWLock mutex_; variable
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.h72 struct fmutex mutex_; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dalloc_tracker.h208 os::memory::Mutex mutex_; variable
/arkcompiler/runtime_core/libpandabase/mem/
Dalloc_tracker.h211 os::memory::Mutex mutex_; variable
/arkcompiler/ets_runtime/test/executiontest/
Dthread_termination_test.cpp102 std::mutex mutex_; member in panda::test::TerminatorThread
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h239 std::recursive_mutex mutex_; variable
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h494 static os::memory::Mutex mutex_; variable

12