Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/common_smp/inc/
Dtx_api.h1224 #define tx_interrupt_control _tx_el_interrupt_control macro
1227 #define tx_interrupt_control _tx_trace_interrupt_control macro
1229 #define tx_interrupt_control _tx_thread_interrupt_control macro
1352 #define tx_interrupt_control _tx_el_interrupt_control macro
1355 #define tx_interrupt_control _tx_trace_interrupt_control macro
1357 #define tx_interrupt_control _tx_thread_interrupt_control macro
1469 #define tx_interrupt_control _tx_el_interrupt_control macro
1472 #define tx_interrupt_control _tx_trace_interrupt_control macro
1474 #define tx_interrupt_control _tx_thread_interrupt_control macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1143 #define tx_interrupt_control _tx_el_interrupt_control macro
1147 #define tx_interrupt_control _tx_trace_interrupt_control macro
1149 #define tx_interrupt_control _tx_thread_interrupt_control macro
1266 #define tx_interrupt_control _tx_el_interrupt_control macro
1270 #define tx_interrupt_control _tx_trace_interrupt_control macro
1272 #define tx_interrupt_control _tx_thread_interrupt_control macro
1378 #define tx_interrupt_control _tx_el_interrupt_control macro
1381 #define tx_interrupt_control _tx_trace_interrupt_control macro
1383 #define tx_interrupt_control _tx_thread_interrupt_control macro
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c3417 old_posture = tx_interrupt_control(TX_INT_DISABLE); in GetInterruptDescriptor()
3425 tx_interrupt_control(new_posture); in GetInterruptDescriptor()