Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cpp38 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache()
82 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()
97 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h172 tmp.EnqueueBatch(cache_.DequeueBatch()); in Recycle()
180 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()
241 QuarantineBatch *DequeueBatch() { in DequeueBatch() function