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/ |
D | txm_event_flags_performance_info_get.c | 75 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/ |
D | tx_event_flags_performance_info_get.c | 83 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/ |
D | tx_event_flags_performance_info_get.c | 83 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/ |
D | threadx_event_flag_information_test.c | 22 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/ |
D | threadx_event_flag_information_test.c | 22 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/ |
D | tx_api.h | 1222 #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/ |
D | tx_api.h | 1141 #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/ |
D | txm_module_manager_dispatch.h | 834 return_value = (ALIGN_TYPE) _tx_event_flags_performance_info_get( in _txm_module_manager_tx_event_flags_performance_info_get_dispatch()
|