Searched defs:hb_mutex_impl_unlock (Results 1 – 1 of 1) sorted by relevance
62 #define hb_mutex_impl_unlock(M) LeaveCriticalSection (M) macro73 #define hb_mutex_impl_unlock(M) pthread_mutex_unlock (M) macro91 #define hb_mutex_impl_unlock(M) __sync_lock_release (M) macro109 #define hb_mutex_impl_unlock(M) (*(M))--; macro119 #define hb_mutex_impl_unlock(M) HB_STMT_START {} HB_STMT_END macro