| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected