Searched defs:hb_lock_t (Results 1 – 1 of 1) sorted by relevance
140 struct hb_lock_t struct142 hb_lock_t (hb_mutex_t &mutex_) : mutex (mutex_) { mutex.lock (); } in hb_lock_t() function143 ~hb_lock_t () { mutex.unlock (); } in ~hb_lock_t() argument145 hb_mutex_t &mutex;