Lines Matching refs:unix
3 use super::os::unix as imp; // the implementation used here doesn't matter particularly much...
4 #[cfg(all(not(libloading_docs), unix))]
5 use super::os::unix as imp;
14 #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]
52 /// the platform specific [`os::unix::Library::new`] and [`os::windows::Library::new`] methods
58 /// [`os::unix::Library::new`]: crate::os::unix::Library::new
108 /// consider using the [`os::unix::Library::get_singlethreaded`] call.
110 /// [`os::unix::Library::get_singlethreaded`]: crate::os::unix::Library::get_singlethreaded
196 #[cfg_attr(libloading_docs, doc(cfg(any(unix, windows))))]