Searched refs:current_thread_id (Results 1 – 3 of 3) sorted by relevance
78 pthread_t current_thread_id; in _tx_thread_smp_protect() local99 current_thread_id = pthread_self(); in _tx_thread_smp_protect()110 … ((!current_thread) || (current_thread -> tx_thread_linux_thread_id != current_thread_id))) in _tx_thread_smp_protect()226 _tx_thread_smp_protection.tx_thread_smp_protect_linux_thread_id = current_thread_id; in _tx_thread_smp_protect()
298 pthread_t current_thread_id; in _tx_linux_mutex_obtain() local302 current_thread_id = pthread_self(); in _tx_linux_mutex_obtain()305 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_obtain()323 if ((thread_ptr) && (thread_ptr -> tx_thread_linux_thread_id == current_thread_id)) in _tx_linux_mutex_obtain()376 pthread_t current_thread_id; in _tx_linux_mutex_release() local380 current_thread_id = pthread_self(); in _tx_linux_mutex_release()383 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_release()
76 pthread_t current_thread_id; in _tx_thread_smp_unprotect() local82 current_thread_id = pthread_self(); in _tx_thread_smp_unprotect()