Home
last modified time | relevance | path

Searched refs:tx_interrupt_control (Results 1 – 11 of 11) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_interrupt_control_test.c67 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()
Dthreadx_timer_information_test.c470 interrupt_status = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
482 tx_interrupt_control(interrupt_status); in thread_0_entry()
Dthreadx_trace_basic_test.c540 old_interrupt = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
543 tx_interrupt_control(old_interrupt); in thread_0_entry()
Dtestcontrol.c1201 old_posture = tx_interrupt_control(TX_INT_ENABLE); in test_control_return()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_interrupt_control_test.c67 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()
Dthreadx_timer_information_test.c470 interrupt_status = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
482 tx_interrupt_control(interrupt_status); in thread_0_entry()
Dthreadx_trace_basic_test.c572 old_interrupt = tx_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
579 tx_interrupt_control(old_interrupt); in thread_0_entry()
Dtestcontrol.c1393 old_posture = tx_interrupt_control(TX_INT_ENABLE); in test_control_return()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1229 #define tx_interrupt_control _tx_el_interrupt_control macro
1232 #define tx_interrupt_control _tx_trace_interrupt_control macro
1234 #define tx_interrupt_control _tx_thread_interrupt_control macro
1357 #define tx_interrupt_control _tx_el_interrupt_control macro
1360 #define tx_interrupt_control _tx_trace_interrupt_control macro
1362 #define tx_interrupt_control _tx_thread_interrupt_control macro
1474 #define tx_interrupt_control _tx_el_interrupt_control macro
1477 #define tx_interrupt_control _tx_trace_interrupt_control macro
1479 #define tx_interrupt_control _tx_thread_interrupt_control macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1148 #define tx_interrupt_control _tx_el_interrupt_control macro
1152 #define tx_interrupt_control _tx_trace_interrupt_control macro
1154 #define tx_interrupt_control _tx_thread_interrupt_control macro
1271 #define tx_interrupt_control _tx_el_interrupt_control macro
1275 #define tx_interrupt_control _tx_trace_interrupt_control macro
1277 #define tx_interrupt_control _tx_thread_interrupt_control macro
1383 #define tx_interrupt_control _tx_el_interrupt_control macro
1386 #define tx_interrupt_control _tx_trace_interrupt_control macro
1388 #define tx_interrupt_control _tx_thread_interrupt_control macro
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c3416 old_posture = tx_interrupt_control(TX_INT_DISABLE); in GetInterruptDescriptor()
3424 tx_interrupt_control(new_posture); in GetInterruptDescriptor()