Home
last modified time | relevance | path

Searched refs:_txe_event_flags_set (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_event_flags_set.c72 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set, UINT set_option) in _txe_event_flags_set() function
/ThreadX-v6.2.1/common_smp/src/
Dtxe_event_flags_set.c77 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set, UINT set_option) in _txe_event_flags_set() function
/ThreadX-v6.2.1/common/src/
Dtxe_event_flags_set.c77 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set, UINT set_option) in _txe_event_flags_set() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1450 #define tx_event_flags_set _txe_event_flags_set
1647 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1359 #define tx_event_flags_set _txe_event_flags_set
1573 UINT _txe_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_set,
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h903 return_value = (ALIGN_TYPE) _txe_event_flags_set( in _txm_module_manager_tx_event_flags_set_dispatch()