pub fn clone_borrow_mut(lock: &AtomicIsize)
Expand description

Clones mutable borrow of specified lock. This function MUST be called only when lock is already borrowed mutably.

Safety

This function is safe but must be used with care to ensure locking correctness.