HomeSort by: relevance | last modified time | path
    Searched refs:DequeueBatch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc 39 while (QuarantineBatch *batch = cache->DequeueBatch())
83 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr);
98 ASSERT_EQ(to_deallocate.DequeueBatch(), nullptr);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_quarantine.h 177 tmp.EnqueueBatch(cache_.DequeueBatch());
185 while (QuarantineBatch *b = c->DequeueBatch()) {
246 QuarantineBatch *DequeueBatch() {

Completed in 12 milliseconds