Home
last modified time | relevance | path

Searched refs:_tx_event_flags_performance_suspension_count (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_initialize.c59 ULONG _tx_event_flags_performance_suspension_count; variable
129 _tx_event_flags_performance_suspension_count = ((ULONG) 0); in _tx_event_flags_initialize()
Dtx_event_flags_performance_system_info_get.c119 *suspensions = _tx_event_flags_performance_suspension_count; in _tx_event_flags_performance_system_info_get()
Dtx_event_flags_get.c298 _tx_event_flags_performance_suspension_count++; in _tx_event_flags_get()
/ThreadX-v6.3.0/common/src/
Dtx_event_flags_initialize.c59 ULONG _tx_event_flags_performance_suspension_count; variable
129 _tx_event_flags_performance_suspension_count = ((ULONG) 0); in _tx_event_flags_initialize()
Dtx_event_flags_performance_system_info_get.c119 *suspensions = _tx_event_flags_performance_suspension_count; in _tx_event_flags_performance_system_info_get()
Dtx_event_flags_get.c298 _tx_event_flags_performance_suspension_count++; in _tx_event_flags_get()
/ThreadX-v6.3.0/common/inc/
Dtx_event_flags.h78 _tx_event_flags_performance_suspension_count = ((ULONG) 0); \
131 EVENT_FLAGS_DECLARE ULONG _tx_event_flags_performance_suspension_count; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_event_flags.h78 _tx_event_flags_performance_suspension_count = ((ULONG) 0); \
131 EVENT_FLAGS_DECLARE ULONG _tx_event_flags_performance_suspension_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_information_test.c390 …(suspensions != _tx_event_flags_performance_suspension_count) || (timeouts != _tx_event_flags_perf… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_event_flag_information_test.c390 …(suspensions != _tx_event_flags_performance_suspension_count) || (timeouts != _tx_event_flags_perf… in thread_0_entry()