Searched refs:tx_linux_mutex_owner (Results 1 – 2 of 2) sorted by relevance
306 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_obtain()369 mutex -> tx_linux_mutex_owner = pthread_self(); in _tx_linux_mutex_obtain()384 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_release()399 mutex -> tx_linux_mutex_owner = 0; in _tx_linux_mutex_release()435 if (mutex -> tx_linux_mutex_owner == pthread_self()) in _tx_linux_mutex_release_all()446 mutex -> tx_linux_mutex_owner = 0; in _tx_linux_mutex_release_all()
513 pthread_t tx_linux_mutex_owner; member