Searched refs:CACHE_LOAD (Results 1 – 1 of 1) sorted by relevance
1069 static const int32_t CACHE_LOAD = 3; variable1203 UnifiedCacheThread *threads[CACHE_LOAD][UPRV_LENGTHOF(gCacheLocales)]; in TestUnifiedCache()1204 for (int32_t i=0; i<CACHE_LOAD; ++i) { in TestUnifiedCache()1213 for (int32_t i=0; i<CACHE_LOAD; ++i) { in TestUnifiedCache()1229 if (gObjectsCreated > 2 * CACHE_LOAD * UPRV_LENGTHOF(gCacheLocales)) { in TestUnifiedCache()1230 …reated, got %d, expected %d", __FILE__, __LINE__, gObjectsCreated, 2 * CACHE_LOAD * UPRV_LENGTHOF(… in TestUnifiedCache()1237 for (int32_t i=0; i<CACHE_LOAD; ++i) { in TestUnifiedCache()