Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h165 uint64_t &ThisRefCount = in resetRefCount() local
167 if (ThisRefCount != INFRefCount) in resetRefCount()
168 ThisRefCount = 1; in resetRefCount()
173 uint64_t &ThisRefCount = in incRefCount() local
175 if (ThisRefCount != INFRefCount) { in incRefCount()
176 ++ThisRefCount; in incRefCount()
184 uint64_t &ThisRefCount = in decRefCount() local
190 if (ThisRefCount > 0) in decRefCount()
191 --ThisRefCount; in decRefCount()
214 uint64_t ThisRefCount = member
[all …]