Home
last modified time | relevance | path

Searched defs:GUARDED_BY (Results 1 – 13 of 13) 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/workers/
Dgc_workers_task_pool.h107 size_t solvedTasksSnapshot_ GUARDED_BY(allSolvedTasksCondVarLock_) {0U}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.h179 std::atomic<bool> pausedByGcThread_ GUARDED_BY(updateRemsetLock_) {false}; in GUARDED_BY() function
204 GCG1BarrierSet::ThreadLocalCardQueues *queue_ GUARDED_BY(queueLock_) {nullptr}; in GUARDED_BY() function
Dg1-gc.h477 PandaList<PandaVector<ObjectHeader *> *> satbBuffList_ GUARDED_BY(satbAndNewobjBufLock_) {}; 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.h608 …PandaVector<ark::mem::Reference *> *clearedReferences_ GUARDED_BY(clearedReferencesLock_) {nullptr… 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/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h120 bool suspended_ GUARDED_BY(mutex_) {false}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h307 bool finish_ GUARDED_BY(taskSchedulerStateLock_) {false}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/libpandabase/
Dclang.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/arkcompiler/runtime_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.h167 PandaVector<uintptr_t> storage_ GUARDED_BY(mutex_) {}; in GUARDED_BY() function
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp56 static std::set<ets_double> g_terminatedChildSet GUARDED_BY(g_terminatedChildSetLock) {}; in GUARDED_BY() function