Searched refs:current_thread_id (Results 1 – 3 of 3) sorted by relevance
79 pthread_t current_thread_id; in _tx_thread_smp_protect() local100 current_thread_id = pthread_self(); in _tx_thread_smp_protect()111 … ((!current_thread) || (current_thread -> tx_thread_linux_thread_id != current_thread_id))) in _tx_thread_smp_protect()227 _tx_thread_smp_protection.tx_thread_smp_protect_linux_thread_id = current_thread_id; in _tx_thread_smp_protect()
299 pthread_t current_thread_id; in _tx_linux_mutex_obtain() local303 current_thread_id = pthread_self(); in _tx_linux_mutex_obtain()306 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_obtain()324 if ((thread_ptr) && (thread_ptr -> tx_thread_linux_thread_id == current_thread_id)) in _tx_linux_mutex_obtain()377 pthread_t current_thread_id; in _tx_linux_mutex_release() local381 current_thread_id = pthread_self(); in _tx_linux_mutex_release()384 if (mutex -> tx_linux_mutex_owner == current_thread_id) in _tx_linux_mutex_release()
77 pthread_t current_thread_id; in _tx_thread_smp_unprotect() local83 current_thread_id = pthread_self(); in _tx_thread_smp_unprotect()