Home
last modified time | relevance | path

Searched refs:HoldRefCount (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()
82 uint64_t HoldRefCount; member
133 States->HoldRefCount == INFRefCount) in getTotalRefCount()
135 return States->DynRefCount + States->HoldRefCount; in getTotalRefCount()
142 uint64_t getHoldRefCount() const { return States->HoldRefCount; } in getHoldRefCount()
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()
208 return refCountToStr(States->HoldRefCount); in holdRefCountToStr()
[all …]