Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_interrupt_control_test.c60 UINT saved_interrupt_posture; in thread_0_entry() local
67 saved_interrupt_posture = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
73 saved_interrupt_posture = tx_interrupt_control(saved_interrupt_posture); in thread_0_entry()
79 if (saved_interrupt_posture != TX_INT_DISABLE) in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_interrupt_control_test.c60 UINT saved_interrupt_posture; in thread_0_entry() local
67 saved_interrupt_posture = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
73 saved_interrupt_posture = tx_interrupt_control(saved_interrupt_posture); in thread_0_entry()
79 if (saved_interrupt_posture != TX_INT_DISABLE) in thread_0_entry()