HomeSort by relevance Sort by last modified time
    Searched refs:sync_cache (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_util.cc 118 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>( local
120 return sync_cache->GetSyncableService(type);
settings_sync_unittest.cc 242 SyncValueStoreCache* sync_cache = static_cast<SyncValueStoreCache*>( local
244 return sync_cache->GetSyncableService(model_type);
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.cc 97 sync_alloc_.Free(&thr->sync_cache, idx & ~kFlagMask);
147 sync_alloc_.Free(&thr->sync_cache, myidx);
166 myidx = sync_alloc_.Alloc(&thr->sync_cache);
217 sync_alloc_.FlushCache(&thr->sync_cache);
tsan_rtl.h 380 DenseSlabAllocCache sync_cache; member in struct:__tsan::ThreadState

Completed in 3500 milliseconds