Searched refs:tx_linux_mutex_owner (Results 1 – 2 of 2) sorted by relevance
305 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_obtain()368 mutex -> tx_linux_mutex_owner = pthread_self(); in _tx_linux_mutex_obtain()383 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_release()398 mutex -> tx_linux_mutex_owner = 0; in _tx_linux_mutex_release()434 if (mutex -> tx_linux_mutex_owner == pthread_self()) in _tx_linux_mutex_release_all()445 mutex -> tx_linux_mutex_owner = 0; in _tx_linux_mutex_release_all()
512 pthread_t tx_linux_mutex_owner; member