Home
last modified time | relevance | path

Searched defs:GUARDED_BY (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h102 PandaUnorderedMultiMap<uint32_t, coretypes::String *> table_ GUARDED_BY(tableLock_) {}; in GUARDED_BY() function
145 PandaVector<coretypes::String *> newStringTable_ GUARDED_BY(tableLock_) {}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.h172 std::atomic<bool> pausedByGcThread_ GUARDED_BY(updateRemsetLock_) {false}; in GUARDED_BY() function
191 GCG1BarrierSet::ThreadLocalCardQueues *queue_ GUARDED_BY(queueLock_) {nullptr}; in GUARDED_BY() function
Dg1-gc.h434 PandaList<PandaVector<ObjectHeader *> *> satbBuffList_ GUARDED_BY(satbAndNewobjBufLock_) {}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h120 bool suspended_ GUARDED_BY(mutex_) {false}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.h270 size_t countMutator_ GUARDED_BY(mutatorStatsLock_) {0}; in GUARDED_BY() function
271 uint64_t mutatorStartTime_ GUARDED_BY(mutatorStatsLock_) {0}; in GUARDED_BY() function
276 uint64_t totalMutatorPause_ GUARDED_BY(mutatorStatsLock_) {0}; in GUARDED_BY() function
Dgc.h601 …PandaVector<panda::mem::Reference *> *clearedReferences_ GUARDED_BY(clearedReferencesLock_) {nullp… in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h230 bool finish_ GUARDED_BY(taskSchedulerStateLock_) {false}; in GUARDED_BY() function
Dtask_queue.h280 bool finish_ GUARDED_BY(pushPopLock_) {false}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_saver.h124 bool shuttingDown_ GUARDED_BY(profile_saver_lock_) {false}; in GUARDED_BY() function
/arkcompiler/runtime_core/libpandabase/
Dclang.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/arkcompiler/runtime_core/static_core/libpandabase/
Dclang.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dglobal_object_storage.h165 PandaVector<uintptr_t> storage_ GUARDED_BY(mutex_) {}; in GUARDED_BY() function