Searched defs:hb_lock_t (Results 1 – 3 of 3) sorted by relevance
106 struct hb_lock_t struct108 hb_lock_t (hb_mutex_t &mutex_) : mutex (mutex_) { mutex.lock (); } in hb_lock_t() function109 ~hb_lock_t () { mutex.unlock (); } in ~hb_lock_t() argument111 hb_mutex_t &mutex;
109 struct hb_lock_t struct111 hb_lock_t (hb_mutex_t &mutex_) : mutex (mutex_) { mutex.lock (); } in hb_lock_t() function112 ~hb_lock_t () { mutex.unlock (); } in ~hb_lock_t() argument114 hb_mutex_t &mutex;
138 struct hb_lock_t struct140 hb_lock_t (hb_mutex_t &mutex_) : mutex (mutex_) { mutex.lock (); } in hb_lock_t() function141 ~hb_lock_t () { mutex.unlock (); } in ~hb_lock_t() argument143 hb_mutex_t &mutex;