()
| 264 | } |
| 265 | |
| 266 | fn main() { |
| 267 | std_correct(); |
| 268 | std_deadlock_wait(); |
| 269 | std_missing_lock_before_notify(); |
| 270 | parking_lot_correct(); |
| 271 | parking_lot_deadlock_wait(); |
| 272 | parking_lot_missing_lock_before_notify(); |
| 273 | } |
nothing calls this directly
no test coverage detected