pub fn rcu_read_lock()Expand description
Enter an RCU read-side critical section.
This is extremely lightweight: a single atomic increment. No locks, no memory barriers beyond the atomic ordering.
Must be paired with rcu_read_unlock(). Nesting is supported.