Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_smp_current_state_get.c79 ULONG current_state; in _tx_thread_smp_current_state_get() local
109 current_state = _tx_thread_system_state[core]; in _tx_thread_smp_current_state_get()
115 return(current_state); in _tx_thread_smp_current_state_get()
Dtx_thread_smp_protect.c85 UINT current_state; in _tx_thread_smp_protect() local
131 current_state = current_thread -> tx_thread_state; in _tx_thread_smp_protect()
134 if ((current_state == TX_TERMINATED) || (current_state == TX_COMPLETED)) in _tx_thread_smp_protect()