Searched refs:temp_cache (Results 1 – 1 of 1) sorted by relevance
168 struct cache temp_cache; in __android_log_level() local171 temp_cache.pinfo = NULL; in __android_log_level()172 temp_cache.c = '\0'; in __android_log_level()173 cache = &temp_cache; in __android_log_level()206 struct cache temp_cache; in __android_log_level() local209 temp_cache = *cache; in __android_log_level()210 if (temp_cache.pinfo != cache->pinfo) { /* check atomic */ in __android_log_level()211 temp_cache.pinfo = NULL; in __android_log_level()212 temp_cache.c = '\0'; in __android_log_level()214 cache = &temp_cache; in __android_log_level()[all …]