Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_context_save.c80 UINT interrupt_posture; in _tx_thread_context_save() local
88 interrupt_posture = _tx_thread_smp_protect(); in _tx_thread_context_save()
91 if (interrupt_posture != TX_FALSE) in _tx_thread_context_save()
Dtx_thread_smp_protect.c83 UINT interrupt_posture; in _tx_thread_smp_protect() local
198 interrupt_posture = _tx_linux_global_int_disabled_flag; in _tx_thread_smp_protect()
252 return(interrupt_posture); in _tx_thread_smp_protect()