Searched refs:m_pMutex (Results 1 – 1 of 1) sorted by relevance
117 hid_mutex_guard( pthread_mutex_t *pMutex ) : m_pMutex( pMutex ) in hid_mutex_guard()119 pthread_mutex_lock( m_pMutex ); in hid_mutex_guard()123 pthread_mutex_unlock( m_pMutex ); in ~hid_mutex_guard()127 pthread_mutex_t *m_pMutex; member in hid_mutex_guard
Completed in 5 milliseconds