MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / after

Method after

tests/relacy/integrated.cpp:550–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 }
549
550 void after()
551 {
552 int item;
553 while (q.try_dequeue(item)) {
554 RL_ASSERT(!seen[item]);
555 seen[item] = true;
556 }
557 for (auto s : seen) {
558 RL_ASSERT(s);
559 }
560 }
561
562 void invariant()
563 {

Callers

nothing calls this directly

Calls 1

try_dequeueMethod · 0.45

Tested by

no test coverage detected