Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dstring_table.h99 PandaUnorderedMultiMap<uint32_t, coretypes::String *> table_ GUARDED_BY(table_lock_) {}; in GUARDED_BY() function
138 PandaVector<coretypes::String *> new_string_table_ GUARDED_BY(table_lock_) {}; in GUARDED_BY() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.h158 GCG1BarrierSet::ThreadLocalCardQueues *queue_ GUARDED_BY(queue_lock_) {nullptr}; in GUARDED_BY() function
161 PandaVector<Region *> *invalidate_regions_ GUARDED_BY(loop_lock) {nullptr}; in GUARDED_BY() function
Dg1-gc.h334 … PandaList<PandaVector<ObjectHeader *> *> satb_buff_list_ GUARDED_BY(satb_and_newobj_buf_lock_) {}; in GUARDED_BY() function
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.h229 size_t count_mutator_ GUARDED_BY(mutator_stats_lock_) {0}; in GUARDED_BY() function
230 uint64_t mutator_start_time_ GUARDED_BY(mutator_stats_lock_) {0}; in GUARDED_BY() function
236 uint64_t total_mutator_pause_ GUARDED_BY(mutator_stats_lock_) {0}; in GUARDED_BY() function
Dgc.h542 …PandaVector<panda::mem::Reference *> *cleared_references_ GUARDED_BY(cleared_references_lock_) {nu… in GUARDED_BY() function
/arkcompiler/runtime_core/libpandabase/
Dclang.h43 #define GUARDED_BY(x) THREAD_ANNOTATION_ATTRIBUTE__(guarded_by(x)) macro
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dglobal_object_storage.h139 PandaVector<uintptr_t> storage_ GUARDED_BY(mutex_) {}; in GUARDED_BY() function