| 230 | } |
| 231 | |
| 232 | void concurrencpp::tests::test_async_lock_lock_unlock() { |
| 233 | test_async_lock_mini_load_test1(); |
| 234 | test_async_lock_mini_load_test2(); |
| 235 | } |
| 236 | |
| 237 | using namespace concurrencpp::tests; |
| 238 |
nothing calls this directly
no outgoing calls
no test coverage detected