nix/test/test_kmod
Ryan Zoeller 09bddc3676 Avoid lock poisoning by using parking_lot
parking_lot provides synchronization primitives which aren't
poisoned on panic. This makes it easier to determine which tests
are failing, as a test failure no longer causes all subsequent tests
using that mutex to fail.
2021-11-27 13:50:29 -06:00
..
hello_mod Add wrapper for linux kernel module loading 2018-09-05 22:01:40 +02:00
mod.rs Avoid lock poisoning by using parking_lot 2021-11-27 13:50:29 -06:00