Home
last modified time | relevance | path

Searched refs:tx_thread_smp_protect_linux_thread_id (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_smp_unprotect.c114 _tx_thread_smp_protection.tx_thread_smp_protect_linux_thread_id = 0; in _tx_thread_smp_unprotect()
Dtx_thread_smp_protect.c227 _tx_thread_smp_protection.tx_thread_smp_protect_linux_thread_id = current_thread_id; in _tx_thread_smp_protect()
Dtx_thread_system_return.c166 _tx_thread_smp_protection.tx_thread_smp_protect_linux_thread_id = 0; in _tx_thread_system_return()
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h551 pthread_t tx_thread_smp_protect_linux_thread_id; member