obkrnl/lock/
mod.rs

1pub use self::gutex::*;
2pub use self::mutex::*;
3
4mod gutex;
5mod mutex;
6
7const MTX_UNOWNED: usize = 4;