Home
last modified time | relevance | path

Searched refs:FlushCache (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cpp50 alloc.FlushCache(&cache); in TEST()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_dense_alloc_test.cc51 alloc.FlushCache(&cache); in TEST()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cpp38 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_sync.cpp292 block_alloc_.FlushCache(&proc->block_cache); in OnProcIdle()
293 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
Dtsan_dense_alloc.h80 void FlushCache(Cache *c) { in FlushCache() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc39 ctx->clock_alloc.FlushCache(&proc->clock_cache); in ProcDestroy()
Dtsan_sync.cc292 block_alloc_.FlushCache(&proc->block_cache); in OnProcIdle()
293 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
Dtsan_dense_alloc.h80 void FlushCache(Cache *c) { in FlushCache() function
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h2718 typedef void (*FlushCache)(mDNS *const m); typedef
2720 extern void mDNSCoreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache
DmDNS.c4628 …oreRestartAddressQueries(mDNS *const m, mDNSBool SearchDomainsChanged, FlushCache flushCacheRecord… in mDNSCoreRestartAddressQueries()