Lines Matching refs:unlock
60 void unlock() noexcept
137 void unlock() noexcept
173 { pm.unlock(); }
225 unlock();
241 unlock();
309 void unlock()
313 "unique_lock::unlock: not locked");
315 pm->unlock();
360 // using unique_lock since we don't want to unlock l0 manually if l1 fails to lock
365 u0.release(); // do not let RAII of a unique_lock unlock l0
380 // automatically unlock is done through RAII of unique_lock
501 set_once_functor_lock_ptr(&functor_lock); // so as to unlock when actually calling