Ffi-safe synchronization primitives,most of which are ffi-safe wrappers of parking_lot types
pub use self::mutex::RMutex;
pub use self::once::ROnce;
pub use self::rw_lock::RRwLock;
parking_lot::Mutex
parking_lot::Once
parking_lot::RwLock