pub fn release_borrow_mut(lock: &AtomicIsize)
Expand description

Releases mutable borrow of specified lock. This function MUST be called only when lock is borrowed mutably. This function MUST be called only once for each succefful borrow and borrow clone.