Searched defs:hb_mutex_t (Results 1 – 1 of 1) sorted by relevance
95 struct hb_mutex_t struct100 hb_mutex_t () { init (); } in hb_mutex_t() argument101 ~hb_mutex_t () { fini (); } in ~hb_mutex_t() argument114 hb_lock_t (hb_mutex_t &mutex_) : mutex (&mutex_) { mutex->lock (); } in hb_lock_t() argument