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

Method after

tests/relacy/relacy/test/jtest/jtest.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 void after()
82 {
83 typedef rl::test_suite<stack_test, 4> base_t;
84 RL_ASSERT(base_t::params::thread_count == produced_count_);
85 RL_ASSERT(base_t::params::thread_count == consumed_count_);
86 }
87
88 void thread(unsigned /*index*/)
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected