Home
last modified time | relevance | path

Searched refs:trace_system_state (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/common/inc/
Dtx_trace.h469 ULONG trace_system_state; \
476 trace_system_state = (ULONG) TX_THREAD_GET_SYSTEM_STATE(); \
479 if (trace_system_state == 0) \
484 else if (trace_system_state < 0xF0F0F0F0UL) \
/ThreadX-v6.3.0/common_smp/inc/
Dtx_trace.h469 ULONG trace_system_state; \
477 trace_system_state = (ULONG) _tx_thread_smp_current_state_get(); \
480 if (trace_system_state == ((ULONG) 0)) \
485 else if (trace_system_state < 0xF0F0F0F0UL) \
/ThreadX-v6.3.0/common/src/
Dtx_misra.c321 ULONG trace_system_state; in _tx_misra_trace_event_insert() local
330 trace_system_state = (ULONG) _tx_thread_system_state; in _tx_misra_trace_event_insert() local
333 if (trace_system_state == 0) in _tx_misra_trace_event_insert()
338 else if (trace_system_state < 0xF0F0F0F0UL) in _tx_misra_trace_event_insert()
/ThreadX-v6.3.0/common_smp/src/
Dtx_misra.c319 ULONG trace_system_state; in _tx_misra_trace_event_insert() local
328 trace_system_state = (ULONG) _tx_thread_system_state; in _tx_misra_trace_event_insert() local
331 if (trace_system_state == 0) in _tx_misra_trace_event_insert()
336 else if (trace_system_state < 0xF0F0F0F0UL) in _tx_misra_trace_event_insert()