Lines Matching refs:Mutex
68 use parking_lot::{Mutex, RwLock, RwLockWriteGuard};
89 pub static ref FORK_MTX: Mutex<()> = Mutex::new(());
92 pub static ref GROUPS_MTX: Mutex<()> = Mutex::new(());
94 pub static ref KMOD_MTX: Mutex<()> = Mutex::new(());
96 pub static ref PTSNAME_MTX: Mutex<()> = Mutex::new(());
98 pub static ref SIGNAL_MTX: Mutex<()> = Mutex::new(());