Skip to content

Commit

Permalink
Check for recursively locking mutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
neivv committed Oct 31, 2018
1 parent 402d7cb commit 4c6ff5f
Show file tree
Hide file tree
Showing 7 changed files with 208 additions and 51 deletions.
73 changes: 73 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ lazy_static = "1.0"
libc = "0.2"
log = "0.4"
memoffset = "0.2.1"
parking_lot = "0.6"
scopeguard = "0.3.2"
serde = { version = "1.0.27", features = ["rc"] }
serde_derive = "1.0.27"
Expand Down
Loading

0 comments on commit 4c6ff5f

Please sign in to comment.