Home
last modified time | relevance | path

Searched refs:current_thread_id (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.2.1/ports_smp/linux/gnu/src/
Dtx_thread_smp_protect.c79 pthread_t current_thread_id; in _tx_thread_smp_protect() local
100 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()
Dtx_thread_schedule.c299 pthread_t current_thread_id; in _tx_linux_mutex_obtain() local
303 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() local
381 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()
Dtx_thread_smp_unprotect.c77 pthread_t current_thread_id; in _tx_thread_smp_unprotect() local
83 current_thread_id = pthread_self(); in _tx_thread_smp_unprotect()