Home
last modified time | relevance | path

Searched refs:uuidCachedIndex (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp27 static thread_local uint32_t uuidCachedIndex = 0; member
123 if (uuidCachedIndex == 0) { in GetBufferedUUID()
129 if (memcpy_s(uuid.elements, UUID_SIZE, g_uuidCache + uuidCachedIndex * UUID_SIZE, UUID_SIZE) != EOK) { in GetBufferedUUID()
134 uuidCachedIndex = (uuidCachedIndex + 1) % MAX_CACHE_MASK; in GetBufferedUUID()

Completed in 1 milliseconds