Lines Matching refs:obj_
198 explicit strict_lock(lockable_type& obj) : obj_(obj) {
205 ~strict_lock() { obj_.unlock(); } // unlocks on destruction
209 return l == &obj_;
212 lockable_type& obj_;
335 bool owns_lock(Lockable* mtx) const { return mtx==&obj_; }
394 : obj_(obj)
399 : obj_()
408 return obj_;
411 obj_ = obj;
415 T obj_;
569 return obj_;