Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_event_flags_performance_info_get.c75 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets… in _tx_event_flags_performance_info_get() function
/ThreadX-v6.4.1/common/src/
Dtx_event_flags_performance_info_get.c83 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *get… in _tx_event_flags_performance_info_get() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_event_flags_performance_info_get.c83 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *get… in _tx_event_flags_performance_info_get() function
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_information_test.c22 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *get…
359 status = _tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_information_test.c22 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *get…
359 status = _tx_event_flags_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1222 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1350 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1467 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1647 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULON…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1141 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1264 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1376 #define tx_event_flags_performance_info_get _tx_event_flags_performance_info_get
1573 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULON…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h834 return_value = (ALIGN_TYPE) _tx_event_flags_performance_info_get( in _txm_module_manager_tx_event_flags_performance_info_get_dispatch()