Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dd10vovly.c25 FlushCache (void) in FlushCache() function
59 FlushCache (); in OverlayLoad()
H A Dm32rovly.c25 FlushCache (void) in FlushCache() function
59 FlushCache (); in OverlayLoad()
H A Dovlymgr.c25 FlushCache (void) in FlushCache() function
68 FlushCache (); in OverlayLoad()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cpp51 alloc.FlushCache(&cache); in TEST()
/openbsd/gnu/llvm/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