Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp278 block_alloc_.FlushCache(&proc->block_cache); in OnProcIdle()
279 sync_alloc_.FlushCache(&proc->sync_cache); in OnProcIdle()
H A Dtsan_dense_alloc.h87 void FlushCache(Cache *c) { in FlushCache() function