| 82 | } |
| 83 | |
| 84 | void concurrencpp::tests::test_async_lock_lock() { |
| 85 | test_async_lock_lock_null_resume_executor(); |
| 86 | test_async_lock_lock_resumption(); |
| 87 | } |
| 88 | |
| 89 | void concurrencpp::tests::test_async_lock_try_lock() { |
| 90 | async_lock lock; |
nothing calls this directly
no outgoing calls
no test coverage detected