1pub mod rwlock; 2pub(crate) mod semaphore; 3 4#[cfg(feature = "semaphore-trace")] 5pub fn semaphore_module_path() -> &'static str { 6 semaphore::get_module_path() 7}