Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc39 while (QuarantineBatch *batch = cache->DequeueBatch()) in DeallocateCache()
83 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()
98 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h177 tmp.EnqueueBatch(cache_.DequeueBatch()); in Recycle()
185 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()
246 QuarantineBatch *DequeueBatch() { in DequeueBatch() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_quarantine.h177 tmp.EnqueueBatch(cache_.DequeueBatch()); in Recycle()
185 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()
246 QuarantineBatch *DequeueBatch() { in DequeueBatch() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h175 tmp.EnqueueBatch(cache_.DequeueBatch()); in Recycle()
183 while (QuarantineBatch *b = c->DequeueBatch()) { in DoRecycle()
244 QuarantineBatch *DequeueBatch() { in DequeueBatch() function