Searched refs:nextAttributeHandle (Results 1 – 1 of 1) sorted by relevance
124 …static std::atomic_uint16_t nextAttributeHandle = 1; // The next attribute handle showed in appli… in GetNextAttributeHandle() local125 if (nextAttributeHandle.load() == UINT16_MAX) { in GetNextAttributeHandle()126 nextAttributeHandle = 1; in GetNextAttributeHandle()128 return nextAttributeHandle++; in GetNextAttributeHandle()