Home
last modified time | relevance | path

Searched refs:DynRefCount (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h63 : DynRefCount(DRC), HoldRefCount(HRC), in StatesTy()
81 uint64_t DynRefCount; member
132 if (States->DynRefCount == INFRefCount || in getTotalRefCount()
135 return States->DynRefCount + States->HoldRefCount; in getTotalRefCount()
139 uint64_t getDynRefCount() const { return States->DynRefCount; } in getDynRefCount()
166 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in resetRefCount()
174 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in incRefCount()
185 UseHoldRefCount ? States->HoldRefCount : States->DynRefCount; in decRefCount()
187 UseHoldRefCount ? States->DynRefCount : States->HoldRefCount; in decRefCount()
203 return refCountToStr(States->DynRefCount); in dynRefCountToStr()
[all …]