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

Method after

tests/relacy/integrated.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void after()
125 {
126 int item;
127 for (int i = 0; i != 15; ++i) {
128 RL_ASSERT(q.try_dequeue(item));
129 }
130 RL_ASSERT(!q.try_dequeue(item));
131 }
132
133 void invariant()
134 {

Callers

nothing calls this directly

Calls 1

try_dequeueMethod · 0.45

Tested by

no test coverage detected