macro_rules! trace_read_lock {
( $x:expr ) => { ... };
}Expand description
Tracing macro for obtaining a read lock on a RwLock.
macro_rules! trace_read_lock {
( $x:expr ) => { ... };
}Tracing macro for obtaining a read lock on a RwLock.