Home
last modified time | relevance | path

Searched refs:_tx_trace_interrupt_control (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_trace_interrupt_control.c66 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_trace_interrupt_control.c72 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() function
/ThreadX-v6.4.1/common/src/
Dtx_trace_interrupt_control.c72 UINT _tx_trace_interrupt_control(UINT new_posture) in _tx_trace_interrupt_control() function
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_trace_basic_test.c21 extern UINT _tx_trace_interrupt_control(UINT new_posture);
304 tx_interrupt_save = _tx_trace_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
305 _tx_trace_interrupt_control(tx_interrupt_save); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_trace_basic_test.c14 extern UINT _tx_trace_interrupt_control(UINT new_posture);
277 tx_saved_posture = _tx_trace_interrupt_control(TX_INT_DISABLE); in thread_0_entry()
278 _tx_trace_interrupt_control(tx_saved_posture); in thread_0_entry()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1151 UINT _tx_trace_interrupt_control(UINT new_posture);
1152 #define tx_interrupt_control _tx_trace_interrupt_control
1274 UINT _tx_trace_interrupt_control(UINT new_posture);
1275 #define tx_interrupt_control _tx_trace_interrupt_control
1386 #define tx_interrupt_control _tx_trace_interrupt_control
1886 UINT _tx_trace_interrupt_control(UINT new_posture);
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1232 #define tx_interrupt_control _tx_trace_interrupt_control
1360 #define tx_interrupt_control _tx_trace_interrupt_control
1477 #define tx_interrupt_control _tx_trace_interrupt_control
1880 UINT _tx_trace_interrupt_control(UINT new_posture);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h3120 return_value = (ALIGN_TYPE) _tx_trace_interrupt_control( in _txm_module_manager_tx_trace_interrupt_control_dispatch()