/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
D | debuggable_thread.h | 118 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/ |
D | crossing_map_singleton.h | 60 static os::memory::Mutex mutex_; variable
|
D | crossing_map_singleton.cpp | 26 os::memory::Mutex CrossingMapSingleton::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in panda::mem::CrossingMapSingleton
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | js_debugger_manager.cpp | 21 std::shared_mutex JsDebuggerManager::mutex_; member in panda::ecmascript::tooling::JsDebuggerManager
|
D | js_debugger_manager.h | 235 static std::shared_mutex mutex_; variable
|
/arkcompiler/ets_runtime/ecmascript/taskpool/ |
D | taskpool.h | 74 Mutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/disassembler/ |
D | disasm_backed_debug_info_extractor.h | 49 mutable os::memory::Mutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | dfx.h | 93 static os::memory::Mutex mutex_; variable
|
D | dfx.cpp | 21 os::memory::Mutex DfxController::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in panda::DfxController
|
D | logger.cpp | 120 os::memory::Mutex Logger::mutex_; // NOLINT(fuchsia-statically-constructed-objects) member in panda::Logger
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler.h | 136 Mutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
D | coroutine_events.h | 96 os::memory::Mutex *mutex_; variable
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
D | pgo_type_generator.h | 108 Mutex mutex_; variable
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | parallel_marker.h | 185 Mutex mutex_; variable
|
D | parallel_evacuator.h | 175 Mutex mutex_; variable
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_encoder.h | 114 Mutex mutex_; variable
|
D | pgo_profiler.h | 442 Mutex mutex_; variable
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | mutex.h | 73 struct fmutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
D | global_object_storage.h | 165 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/ |
D | mutex.h | 72 struct fmutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
D | alloc_tracker.h | 208 os::memory::Mutex mutex_; variable
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | alloc_tracker.h | 211 os::memory::Mutex mutex_; variable
|
/arkcompiler/ets_runtime/test/executiontest/ |
D | thread_termination_test.cpp | 102 std::mutex mutex_; member in panda::test::TerminatorThread
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | debug_info_extractor.h | 239 std::recursive_mutex mutex_; variable
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | runtime.h | 494 static os::memory::Mutex mutex_; variable
|